Description
Sort SAM/BAM/CRAM file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.bam"
compression: [ 0 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/samtools/samtools_sort/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_fmt -O | string |
--output_fmt_option | string |
--reference | file |
--write_index | boolean_true |
--prefix -T | string |
--no_PG | boolean_true |
--template_coordinate | boolean_true |
--input_fmt_option | string |
Name | Type & Properties |
|---|---|
--compression -l | integer |
--uncompressed -u | boolean_true |
--minimiser -M | boolean_true |
--not_reverse -R | boolean_true |
--kmer_size -K | integer |
--order -I | file |
--window -w | integer |
--homopolymers -H | boolean_true |
--natural_sort -n | boolean_true |
--ascii_sort -N | boolean_true |
--tag -t | string |