agat/agat_convert_sp_gxf2gxf

gene annotations
GFF conversion

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

gene annotations
GFF conversion

Contributors

Run this component

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.0 \  
  -main-script target/nextflow/agat/agat_convert_sp_gxf2gxf/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--gxf
-g
--gtf
--gff
file
required

Outputs

Name
Type & Properties
--output
-o
file
required
output

Arguments

Name
Type & Properties
--config
-c
file

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.