Description
Add intronic elements to a gtf/gff file without intron features.
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_sp_add_introns/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gff -f --ref --reffile | file required |
Name | Type & Properties |
|---|---|
--output -o --out --outfile --gtf | file required output |
Name | Type & Properties |
|---|---|
--config -c | file |