We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moods-dna.py
I have more than 10,000 .pfm files, here is my code:
.pfm
for motif in /my/10000/motifs do moods-dna.py -m ${motif}.pfm \ -s hg38.fa -p 0.0001 >./tfbs_scan/${motif}.moods.out done
It may cost over 700 hours...... How could I add threads? Thank you for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have more than 10,000
.pfm
files, here is my code:It may cost over 700 hours......
How could I add threads?
Thank you for your help!
The text was updated successfully, but these errors were encountered: