-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Updates based on testing in Qiita-RC #112
Conversation
Pull Request Test Coverage Report for Build 7134107919
💛 - Coveralls |
Ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few questions but looks good.
|
||
echo "${i} ${r1_name} ${r2_name} ${base}" >> ${TMPDIR}/id_map | ||
|
||
fastp \ | ||
-l 45 \ | ||
-l 100 \ | ||
-i ${r1} \ | ||
-I ${r2} \ | ||
-w 7 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be {{cores_per_task}} ? Same for minimap2 threads?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure I can make it a param.
No description provided.