Description
Filter the BAM according to the instruction of scSplit via Samtools.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.samtools_out"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.2 \
-main-script target/nextflow/genetic_demux/samtools/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--bam | file required |
--output | file output |