File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/45/e0fa50ef7f2377179c8e6350d6b61f/.command.sh
Size
981 bytes
Attempt
#!/bin/bash -euo pipefail
mkdir -p 659_beZ_T1_TRNA_2_B2372Y3LT4_1 && kallisto quant \
        --threads 4 \
        --index kallisto \
        --gtf Homo_sapiens.GRCh38.102.gtf \
         \
         \
         \
        --seed 1 \
        -o 659_beZ_T1_TRNA_2_B2372Y3LT4_1 \
        659_beZ_T1_TRNA_2_B2372Y3LT4_1_1.fastp.fastq.gz 659_beZ_T1_TRNA_2_B2372Y3LT4_1_2.fastp.fastq.gz 2> >(tee -a 659_beZ_T1_TRNA_2_B2372Y3LT4_1/kallisto_quant.log >&2)

cp 659_beZ_T1_TRNA_2_B2372Y3LT4_1/kallisto_quant.log 659_beZ_T1_TRNA_2_B2372Y3LT4_1.log
cp 659_beZ_T1_TRNA_2_B2372Y3LT4_1/abundance.h5 659_beZ_T1_TRNA_2_B2372Y3LT4_1.abundance.h5
cp 659_beZ_T1_TRNA_2_B2372Y3LT4_1/abundance.tsv 659_beZ_T1_TRNA_2_B2372Y3LT4_1.abundance.tsv
cp 659_beZ_T1_TRNA_2_B2372Y3LT4_1/run_info.json 659_beZ_T1_TRNA_2_B2372Y3LT4_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