Nextflow Modules
Showing module(s) with keyword "gff"
| Module | Keywords | Description |
|---|---|---|
| nf-core/agat/convertbed2gff | genome bed gff conversion | Takes a bed12 file and converts to a GFF3 file |
| nf-core/agat/convertgff2bed | genome bed gff conversion | Takes a GFF3 file and converts to a bed12 file |
| nf-core/agat/convertspgff2gtf | genome gff gtf conversion | Converts a GFF/GTF file into a proper GTF file |
| nf-core/agat/convertspgff2tsv | genome gff gtf conversion tsv | Converts a GFF/GTF file into a TSV file |
| nf-core/agat/convertspgxf2gxf | genome gff gtf conversion | Fixes and standardizes GFF/GTF files and outputs a cleaned GFF/GTF file |
| nf-core/agat/spaddintrons | gtf gff introns | Add intron features to gtf/gff file without intron features. |
| nf-core/agat/spextractsequences | genomics gff extract fasta sequence feature | This script extracts sequences in fasta format according to features described in a gff file. |
| nf-core/agat/spfilterfeaturefromkilllist | genomics gff remove feature | The script aims to remove features based on a kill list. The default behaviour is to look at the features's ID. If the feature has an ID (case insensitive) listed among the kill list it will be removed. /!\ Removing a level1 or level2 feature will automatically remove all linked subfeatures, and removing all children of a feature will automatically remove this feature too. |
| nf-core/agat/spflagshortintrons | genomics gtf gff intron short annotation | The script flags the short introns with the attribute <pseudo>. Is is usefull to avoid ERROR when submiting the data to EBI. (Typical EBI error message: ********ERROR: Intron usually expected to be at least 10 nt long. Please check the accuracy) |
| nf-core/agat/spkeeplongestisoform | gff gtf filter isoform gene longest agat | Filters GFF records to keep only the longest isoform per gene |
| nf-core/agat/spmergeannotations | genomics gff merge combine | This script merge different gff annotation files in one. It uses the AGAT parser that takes care of duplicated names and fixes other oddities met in those files. |
| nf-core/agat/spstatistics | genome gff gtf statistics | Provides different type of statistics in text format from a GFF/GTF annotation file |
| nf-core/agat/sqstatbasic | genome gff gtf statistics | Provides basic statistics in text format from a GFF/GTF annotation file |
| nf-core/bcftools/csq | annotation gff gff3 protein functional vcf bcf bcftools | bcftools Haplotype-aware consequence caller |
| nf-core/bedtools/closest | bedtools closest bed vcf gff | For each feature in A, finds the closest feature (upstream or downstream) in B. |
| nf-core/bedtools/complement | bed gff vcf complement bedtools intervals | Returns all intervals in a genome that are not covered by at least one interval in the input BED/GFF/VCF file. |
| nf-core/bedtools/coverage | bedtools coverage bam bed gff vcf histogram | computes both the depth and breadth of coverage of features in file B on the features in file A |
| nf-core/bedtools/jaccard | vcf gff bed jaccard intersection union statistics | Calculate Jaccard statistic b/w two feature files. |
| nf-core/bedtools/map |