-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Output tsv has some minor code duplication issues in find-motif code part. #195
Comments
Hello @bgdga, Could you show me the command you're using so I can debug the problem? |
Using as- modkit find-motifs -o sample_a.tsv --mod-code a --min-sites 10 --min-coverage 20 --in-bedmethyl sample_AC.bed --ref sample.contigs.fasta |
Hello @bgdga, There is a bug in the current release. Please find a build attached with the fix. The branch includes the code change. I will be sure to release a patch this week including this fix. At your convenience please confirm this build does not produce the error. Just a heads up that setting |
It's working thankyou. |
[bug] use correct row when zero known motifs are provided. See merge request machine-learning/modkit!186
Output tsv has some minor code duplication issues in find-motif code part. It's printing same details 2 times, giving out an error with output after printing just 1st row.
Error message geeting at end of run everytime: "> Error! CSV error: found record with 9 fields, but the previous record has 7 fields"
Please fix it soon. Attaching a screenshot of output tsv for example.
The text was updated successfully, but these errors were encountered: