gapless icon indicating copy to clipboard operation
gapless copied to clipboard

Issue with gapless.py extend

Open pclee2007 opened this issue 1 year ago • 2 comments

Hi, I got an error in running gapless.sh (in the step of gapless.py extend);

logs/gapless_extend.log describes the following error, "Traceback (most recent call last): File "/analysis/program/gapless.py", line 13362, in main(sys.argv[1:]) File "/analysis/program/gapless.py", line 13228, in main GaplessExtend(args[0], prefix, min_length_contig_break, large_reads) UnboundLocalError: local variable 'large_reads' referenced before assignment"

Thanks, Pyung Cheon

pclee2007 avatar Dec 22 '23 11:12 pclee2007

I had the same issue and solved it by using the conda installation with python 3.9.6 and pandas 1.5.3

SaelinB avatar Jan 17 '24 00:01 SaelinB

Posted an alternative solution to this in https://github.com/schmeing/gapless/issues/18#issuecomment-1910497051

Dogrinev avatar Jan 25 '24 16:01 Dogrinev