Open noor-albader opened 3 years ago
OH! and I also tried converting my gff to gtf using gffread all_samples.chained.gff -T -o all_samples.gtf
and then running sqanti3 on the gtf instead of the gff output of cupcake collapse but get a similar errors as others (i.e. ticket #35 ):
Loading module for SQANTI3
SQANTI3 1.6 is now loaded
R scripting front-end version 3.6.1 (2019-07-05)
Traceback (most recent call last):
File "/ibex/sw/csi/sqanti3/1.6/el7.9_conda3/SQANTI3/sqanti3_qc.py", line 2337, in <module>
main()
File "/ibex/sw/csi/sqanti3/1.6/el7.9_conda3/SQANTI3/sqanti3_qc.py", line 2327, in main
split_dirs = split_input_run(args)
File "/ibex/sw/csi/sqanti3/1.6/el7.9_conda3/SQANTI3/sqanti3_qc.py", line 2085, in split_input_run
recs = [r for r in collapseGFFReader(args.isoforms)]
File "/ibex/sw/csi/sqanti3/1.6/el7.9_conda3/SQANTI3/sqanti3_qc.py", line 2085, in <listcomp>
recs = [r for r in collapseGFFReader(args.isoforms)]
File "/ibex/sw/csi/sqanti3/1.6/el7.9_conda3/miniconda3/envs/SQANTI3.env/lib/python3.7/site-packages/cupcake-19.0.0-py3.7-linux-x86_64.egg/cupcake/io/GFF.py", line 408, in __next__
return self.read()
File "/ibex/sw/csi/sqanti3/1.6/el7.9_conda3/miniconda3/envs/SQANTI3.env/lib/python3.7/site-packages/cupcake-19.0.0-py3.7-linux-x86_64.egg/cupcake/io/GFF.py", line 579, in read
assert raw[2] == 'transcript'
AssertionError
Hi I am using sqanti3 with the following parameters :
The script I am running:
But get this error (a directory named
splits/
, with subdirectories 0/ to 7/, are created, however the contents of the subdirectory are unequal (not all contain a *.faa) and all other output files are empty) :Any help or insight would be greatly appreciated :)