File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ba/0da53f08af1f2f468fb660c5c9a802/.command.sh
Size
910 bytes
Attempt
#!/bin/bash -euo pipefail
mkdir -p BT-20_FFPE_RNA_0001_B23LG7FLT4_1 && kallisto quant \
        --threads 4 \
        --index kallisto \
        --gtf Homo_sapiens.GRCh38.102.gtf \
         \
         \
         \
        --seed 1 \
        -o BT-20_FFPE_RNA_0001_B23LG7FLT4_1 \
        BT-20_FFPE_RNA_0001_B23LG7FLT4_1_1.fastp.fastq.gz BT-20_FFPE_RNA_0001_B23LG7FLT4_1_2.fastp.fastq.gz 2> >(tee -a BT-20_FFPE_RNA_0001_B23LG7FLT4_1/kallisto_quant.log >&2)

cp BT-20_FFPE_RNA_0001_B23LG7FLT4_1/kallisto_quant.log BT-20_FFPE_RNA_0001_B23LG7FLT4_1.log
cp BT-20_FFPE_RNA_0001_B23LG7FLT4_1/abundance.h5 BT-20_FFPE_RNA_0001_B23LG7FLT4_1.abundance.h5
cp BT-20_FFPE_RNA_0001_B23LG7FLT4_1/run_info.json BT-20_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