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
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.1 \
-main-script target/nextflow/agat/agat_convert_bed2gff/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--bed | file required |
Name | Type & Properties |
|---|---|
--output -o --out --outfile --gff | file required output |
Name | Type & Properties |
|---|---|
--source | string |
--primary_tag | string |
--inflate_off | boolean_true |
--inflate_type | string |
--verbose | boolean_true |
--config -c | file |