Description
This script fixes and/or standardizes any GTF/GFF file into full sorted
GTF/GFF file. It AGAT parser removes duplicate features, fixes
duplicated IDs, adds missing ID and/or Parent attributes, deflates
factorized attributes (attributes with several parents are duplicated
with uniq ID), add missing features when possible (e.g. add exon if only
CDS described, add UTR if CDS and exon described), fix feature locations
(e.g. check exon is embedded in the parent features mRNA, gene), etc...
All AGAT's scripts with the sp prefix use the AGAT parser, before to
perform any supplementary task. So, it is not necessary to run this
script prior the use of any other sp script.
Type
bash_script
License
GPL-3.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.gff"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/agat/agat_convert_sp_gxf2gxf/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gxf -g --gtf --gff | file required |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--config -c | file |