File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e9/53bb87c63a33e2d453919be9870ddb/.command.sh
Size
674 bytes
Attempt
#!/bin/bash -euo pipefail
FusionInspector \
        --fusions tih_rna_sample_00105_23H5VFLT4_s21.fusionreport.tsv \
        --genome_lib ctat_genome_lib_build_dir \
        --left_fq tih_rna_sample_00105_23H5VFLT4_s21_1.fastp.fastq.gz --right_fq tih_rna_sample_00105_23H5VFLT4_s21_2.fastp.fastq.gz \
        --CPU 8 \
        -O . \
        --out_prefix tih_rna_sample_00105_23H5VFLT4_s21 \
        --vis  --annotate --examine_coding_effect

    cat <<-END_VERSIONS > versions.yml
    "NFCORE_RNAFUSION:RNAFUSION:FUSIONINSPECTOR_WORKFLOW:FUSIONINSPECTOR":
        STAR-Fusion: $(STAR-Fusion --version 2>&1 | grep -i 'version' | sed 's/STAR-Fusion version: //')
END_VERSIONS