#!/bin/bash -euo pipefail preseq \ lc_extrap \ -verbose -seed 1 -seg_len 100000000 -bam -s 10000000 \ -pe \ -output 786-O_FFPE_RNA_0001_B23LG7FLT4_1.lc_extrap.txt \ 786-O_FFPE_RNA_0001_B23LG7FLT4_1.Aligned.sortedByCoord.out.bam cp .command.err 786-O_FFPE_RNA_0001_B23LG7FLT4_1.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