File Info

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