File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8d/741d118d23dc4b3da996e7263d0073/.command.sh
Size
329 bytes
Attempt
#!/bin/bash -euo pipefail
agat_convert_sp_gff2tsv.pl \
    --gff rna_s1221_S42.gtf \
    --output rna_s1221_S42.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