Closed Floyd1229 closed 1 year ago
Thank you for using AGAT. Using containers work slightly differently. When using docker you must load/mount the data within the container, otherwise it is not accessible.
You can do something like that:
docker run -v ${PWD}:/agat quay.io/biocontainers/agat:0.8.0--pl5262hdfd78af_0 agat_convert_sp_gxf2gxf.pl --gff /agat/path/to/my/folder/test.gff -o /agat/test.gtf
I hope you found your way.
Hello,
I'm trying to convert my GFF file to a GTF file using agat_convert_sp_gxf2gxf.pl. When running my command, I'm getting the following error:
My GFF file absolutely exists and has the GFF header as the 1st line:
It seems as if agat_convert_sp_gxf2gxf.pl can't find my perl? Here's where my perl is located and the files within the directory:
myname@company.vm:/usr/local/lib/x86_64-linux-gnu/perl/5.26.1$ ls _Bundle DBD DBI DBI.pm List Math Win32 auto dbixsrev.pl perllocal.pod
Any help would be appreciated: thank you.
General Info