The problem is happening in extract-ref-alleles.py (could be in other places too).
Problem is in this line:
alleles_outfile = open(os.path.join(outdir, ref + '-ref.alleles'), 'a')
and this line:
orths_outfile = open(os.path.join(outdir, ref + '-orths.alleles'), 'a')
in the function "store_and_remove_alleles_orths".
Example:
There was this string ">D.sim;ChrU;removedfrom2RbyDLSon1/4/09" in the file dsim-all-chromosome-r1.3.reassembly1.updated_wsu1.fasta.
The problem is happening in extract-ref-alleles.py (could be in other places too).
Problem is in this line:
and this line:
in the function "store_and_remove_alleles_orths".
Example:
There was this string ">D.sim;ChrU;removedfrom2RbyDLSon1/4/09" in the file dsim-all-chromosome-r1.3.reassembly1.updated_wsu1.fasta.