File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/be/afe569137fdeefc4b4f4779c1ad4ea/.command.sh
Size
1007 bytes
Attempt
#!/bin/bash -euo pipefail
mkdir -p 786-O_FFPE_RNA_0001_B23LG7FLT4_1 && kallisto quant \
        --threads 4 \
        --index kallisto \
        --gtf Homo_sapiens.GRCh38.102.gtf \
         \
         \
         \
        --seed 1 \
        -o 786-O_FFPE_RNA_0001_B23LG7FLT4_1 \
        786-O_FFPE_RNA_0001_B23LG7FLT4_1_1.fastp.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_1_2.fastp.fastq.gz 2> >(tee -a 786-O_FFPE_RNA_0001_B23LG7FLT4_1/kallisto_quant.log >&2)

cp 786-O_FFPE_RNA_0001_B23LG7FLT4_1/kallisto_quant.log 786-O_FFPE_RNA_0001_B23LG7FLT4_1.log
cp 786-O_FFPE_RNA_0001_B23LG7FLT4_1/abundance.h5 786-O_FFPE_RNA_0001_B23LG7FLT4_1.abundance.h5
cp 786-O_FFPE_RNA_0001_B23LG7FLT4_1/abundance.tsv 786-O_FFPE_RNA_0001_B23LG7FLT4_1.abundance.tsv
cp 786-O_FFPE_RNA_0001_B23LG7FLT4_1/run_info.json 786-O_FFPE_RNA_0001_B23LG7FLT4_1.run_info.json

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:KALLISTO_QUANT":
    kallisto: $(echo $(kallisto version) | sed "s/kallisto, version //g" )
END_VERSIONS