File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/44/acd94a136fe1f9ce7bdc7a569b368c/.command.sh
- Size
- 373 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
agat_convert_sp_gff2tsv.pl \
--gff GM24385_0001_RNA_0001_23H5VFLT4_s24.gtf \
--output GM24385_0001_RNA_0001_23H5VFLT4_s24.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