File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/82/44a7784f722eb7eb67eb932cbc86e1/.command.sh
- Size
- 329 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
samtools \
index \
-@ 1 \
\
rna_s1200_S21.Aligned.sortedByCoord.out.bam
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:FASTQ_ALIGN_STAR:SAMTOOLS_INDEX_STAR_ALIGNMENT":
samtools: $(echo $(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*$//')
END_VERSIONS