File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/6a/e4c47b4cf49114a312b70bd1bb56a0/.command.sh
Size
1.0 KB
Attempt
#!/bin/bash -euo pipefail
mkdir -p tih_rna_sample_00111_23H5VFLT4_s30 && kallisto quant \
        --threads 4 \
        --index kallisto \
        --gtf Homo_sapiens.GRCh38.102.gtf \
         \
         \
         \
        --seed 1 \
        -o tih_rna_sample_00111_23H5VFLT4_s30 \
        tih_rna_sample_00111_23H5VFLT4_s30_1.fastp.fastq.gz tih_rna_sample_00111_23H5VFLT4_s30_2.fastp.fastq.gz 2> >(tee -a tih_rna_sample_00111_23H5VFLT4_s30/kallisto_quant.log >&2)

cp tih_rna_sample_00111_23H5VFLT4_s30/kallisto_quant.log tih_rna_sample_00111_23H5VFLT4_s30.log
cp tih_rna_sample_00111_23H5VFLT4_s30/abundance.h5 tih_rna_sample_00111_23H5VFLT4_s30.abundance.h5
cp tih_rna_sample_00111_23H5VFLT4_s30/abundance.tsv tih_rna_sample_00111_23H5VFLT4_s30.abundance.tsv
cp tih_rna_sample_00111_23H5VFLT4_s30/run_info.json tih_rna_sample_00111_23H5VFLT4_s30.run_info.json

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