File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/fa/0b8eee8f9e7f900c5953d4571c6f85/.command.sh
Size
670 bytes
Attempt
#!/bin/bash -euo pipefail
FusionInspector \
        --fusions tih_rna_sample_00121_B23WHTKLT4_1.fusionreport.tsv \
        --genome_lib ctat_genome_lib_build_dir \
        --left_fq tih_rna_sample_00121_B23WHTKLT4_1_1.fastp.fastq.gz --right_fq tih_rna_sample_00121_B23WHTKLT4_1_2.fastp.fastq.gz \
        --CPU 8 \
        -O . \
        --out_prefix tih_rna_sample_00121_B23WHTKLT4_1 \
        --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