File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/48/55e7f67bebd4d821da91cc5e036a60/.command.sh
Size
369 bytes
Attempt
#!/bin/bash -euo pipefail
agat_convert_sp_gff2tsv.pl \
    --gff Hs746T_FFPE_RNA_0001_B23LG7FLT4_1.gtf \
    --output Hs746T_FFPE_RNA_0001_B23LG7FLT4_1.tsv \


cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:FUSIONINSPECTOR_WORKFLOW:AGAT_CONVERTSPGFF2TSV":
    agat: $(agat_convert_sp_gff2tsv.pl --help | sed '3!d; s/.*v//' | sed 's/ .*//')
END_VERSIONS