Description
Merge different gff annotation files into one. It uses the AGAT parser that takes care of
duplicated names and fixes other oddities met in those files.
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.3.0 \
-main-script target/nextflow/agat/agat_sp_merge_annotations/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gff -f | file required multiple |
Name | Type & Properties |
|---|---|
--output -o --out | file required output |
Name | Type & Properties |
|---|---|
--config -c | file |