File Info

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

cp .command.err 1173_CRX_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