Description
The script takes an EMBL file as input, and will translate it in gff format.
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.0 \
-main-script target/nextflow/agat/agat_convert_embl2gff/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--embl | file required |
Name | Type & Properties |
|---|---|
--output -o --out --outfile --gff | file output |
Name | Type & Properties |
|---|---|
--emblmygff3 | boolean_true |
--primary_tag --pt -t | string multiple |
--discard -d | boolean_true |
--keep -k | boolean_true |
--config -c | file |