File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b0/5fdd56686044f8b3b4e91bfa6d225d/.command.sh
Size
478 bytes
Attempt
#!/bin/bash -euo pipefail
preseq \
lc_extrap \
-verbose -seed 1 -seg_len 100000000 -bam \
-pe \
-output 1173_C31_T1_RNA_SLD_01_A23T55JLT4_2.lc_extrap.txt \
1173_C31_T1_RNA_SLD_01_A23T55JLT4_2.Aligned.sortedByCoord.out.bam

cp .command.err 1173_C31_T1_RNA_SLD_01_A23T55JLT4_2.attempt1.command.log

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:PRESEQ_LCEXTRAP":
    preseq: $(echo $(preseq 2>&1) | sed 's/^.*Version: //; s/Usage:.*$//')
END_VERSIONS