agat/agat_convert_bed2gff

gene annotations
GFF conversion

Description

The script takes a bed file as input, and will translate it in gff format. The BED format is described here The script converts 0-based, half-open [start-1, end) bed file to 1-based, closed [start, end] General Feature Format v3 (GFF3).

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

Inputs

Name
Type & Properties
--bed
file
required

Outputs

Name
Type & Properties
--output
-o
--out
--outfile
--gff
file
required
output

Arguments

Name
Type & Properties
--source
string
--primary_tag
string
--inflate_off
boolean_true
--inflate_type
string
--verbose
boolean_true
--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.