File Info

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

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