Description
Sorts a feature file (bed/gff/vcf) by chromosome and other criteria.
Type
bash_script
License
GPL-2.0, MIT
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.2.0 \
-main-script target/nextflow/bedtools/bedtools_sort/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output -o | file output |
Name | Type & Properties |
|---|---|
--sizeA | boolean_true |
--sizeD | boolean_true |
--chrThenSizeA | boolean_true |
--chrThenSizeD | boolean_true |
--chrThenScoreA | boolean_true |
--chrThenScoreD | boolean_true |
--genome -g | file |
--faidx | file |
--header | boolean_true |