samtools/samtools_sort

sort
bam
sam
cram

Description

Sort SAM/BAM/CRAM file.

Type

bash_script

License

MIT/Expat

Keywords

sort
bam
sam
cram

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
file
required

Outputs

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

Options

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

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.