Closed fbleao closed 1 year ago
Thank you, I will start looking into this issue that is mostly likely due to a change in how RepeatMasker is now run for a later version. I will see if I can update the code to accomodate the new version, or give clear instructions about RepeatMasker version compatibility
The original oligo software was written using RepeatMasker v4.1.0 but a more recent version has updated the allowed taxonomy names for species such that the common name of "mouse" is no longer accepted. The genbank common name of "house mouse", the scientific name of "Mus musculus" or the taxonomy id of 10090 can be used instead. Since scientific name seems to be accepted for both the latest versions of RepeatMasker and the originally-tested v4.1.0, I will push a code change to update to use scientific names for both human and mouse. In the meantime, a workaround has been discussed with OP. I will keep this issue open until the code change has been fully incorporated.
Dear,
I'm trying to use the Capture function in Oligo to design probes against the mouse genome mm10. I'm using the following code:
python design.py Capture -f GRCm38.primary_assembly.genome.fa -g mm10 -b targets.bed -e DpnII --blat
I'm getting the following result:
When checking the rm_log.txt, it is clear that the issue arrives from RepeatMask not finding Species "Mouse", as shown below:
If I change the command from mm10 for hg19, the program works properly. Do you have any idea on how to fix the issue? Is there an specific version of RepeatMasker that must be used?
Thank you