File Info

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

cp .command.err A673_FFPE_RNA_0001_B23LG7FLT4_2.attempt2.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