-
Notifications
You must be signed in to change notification settings - Fork 445
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
IRMA: Edited config for plattform specific assembly #6705
Conversation
|
@bgruening, yes, but the root of this error message seems to be that the irma LABEL step doesn't produce the expected output. The current working hypothesis is that this script has a lot of dependencies and at least one of them might be missing from the biocontainer (tests succeed when run locally non-containerized). |
sed or awk? |
@aaronKol reading through the original IRMA publication it seems that read sorting with LABEL instead / in addition to BLAT comes with only a very small benefit in terms of accuracy, but we know it has a big runtime overhead. |
So, now that we know that we don't support LABEL you need to eliminate the advanced_config.sort_step section. |
... and because we are always using minimap I would rename all the |
Also updated the tool help to reflect recent wrapper changes.
Default irma module is set to FLU-avian.
The user can now specify the sequencing platform used, such that minimap2 works best. The user can also decide if UTRs should be created or not.
Test data now consists of properly paired read files.
FOR CONTRIBUTOR: