File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/90/e48f97b10a538eea2c2baf66e08c30/.command.sh
- Size
- 463 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
preseq \
lc_extrap \
-verbose -seed 1 -seg_len 100000000 -bam \
-pe \
-output 659_buD-T1-TRNA-1_A23MVY2LT4_2.lc_extrap.txt \
659_buD-T1-TRNA-1_A23MVY2LT4_2.Aligned.sortedByCoord.out.bam
cp .command.err 659_buD-T1-TRNA-1_A23MVY2LT4_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