File Info

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

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