Description
Reports alignment summary statistics for a BAM file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
required_flag: [ "0" ]
filtering_flag: [ "0" ]
GC_depth: [ 20000 ]
insert_size: [ 8000 ]
id: "run"
read_length: [ -1 ]
most_inserts: [ 0.99 ]
trim_quality: [ 0 ]
cov_threshold: [ 0 ]
output: "$id.$key.output"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.1.0 \
-main-script target/nextflow/samtools/samtools_stats/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--bai | file |
--fasta | file |
--coverage -c | integer multiple |
--remove_dups -d | boolean_true |
--customized_index_file -X | boolean_true |
--required_flag -f | string |
--filtering_flag -F | string |
--GC_depth | double |
--insert_size -i | integer |
--id -I | string |
--read_length -l | integer |
--most_inserts -m | double |
--split_prefix -P | string |
--trim_quality -q | integer |
--ref_seq -r | file |
--split -S | string |
--target_regions -t | file |
--sparse -x | boolean_true |
--remove_overlaps -p | boolean_true |
--cov_threshold -g | integer |
--input_fmt_option | string |
--reference | file |
Name | Type & Properties |
|---|---|
--output -o | file required output |