File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/7f/4be019d91d5194f338c708680cfdaa/.command.sh
Size
489 bytes
Attempt
#!/bin/bash -euo pipefail
samtools \
    view \
    --threads 3 \
    --reference ref_genome.fa \
     \
    --output-fmt cram \
    -o 1173_C31_T1_RNA_SLD_01_A23T55JLT4_2.star_alignment.Aligned.sortedByCoord.out.cram \
    1173_C31_T1_RNA_SLD_01_A23T55JLT4_2.Aligned.sortedByCoord.out.bam \


cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:SAMTOOLS_VIEW_ALIGNMENT_CRAM":
    samtools: $(echo $(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*$//')
END_VERSIONS