Description
The script aims to provide basic statistics of a gtf/gff file.
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.txt"
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_sq_stat_basic/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gff -i --file --input | file required multiple |
--genome_size -g | integer |
--genome_size_fasta | file |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--inflate | boolean_true |
--config -c | file |