-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merging template updates 2.1 #56
Conversation
Unfortunately nf-core modules unicycler & spades seem both to allow only short read assembly, quite disappointing. Might have to use custom modules than. I postpone that. |
short read processing works. nf-core modules that I was looking into:
|
The container of Nanopolish isn't containing |
Hi @apeltzer , I would need suggestions/comments. What I see is still lacking:
Whats next when this PR is fine? I was thinking to address the most urgent matter(s) in #57 , right now I think its the structural changes. (You might remember, you and Stefan had some trouble with a bacterial assembly, this is solved with this version already, miniasm assembly produces 1 contig in correct size. But that might have not been obvious because all software combinations/options have to be specified individually, I'd recommend that by default all assemblers run based on the provided data, so that one can compare performance of all methods.) However, it might be best to release the pipeline before those structural changes, because I might need some more weeks/months to implement it?! |
Yes, I think this wasn't fully there in the past when I started working on the workflow (which I also took over from Andreas Wilm in the very beginning to be honest!)
Both fine for me , large scale tests can be large-scale ;-)
Drop everything that isn't used, this just confuses people.
I assume this could all benefit from some extra work on that side. Happy to help out here and there on that and check that all is there.
If this is working fine, one could do it. At the moment it was more a choice of 1 option and then running multiple runs with different tools and finally comparing - but could do as you proposed yes, I agree.
Yup, a release should help address open points / issues & then moving forward with the restructure is a good idea 👍🏻 |
Alright, all done & tested. I tested |
So local runs finished here too - happy to see this on dev and proceed from there 👍🏻 |
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.
Looks all good but will do a final review on the dev
to master
as this is basically an entire rewrite of the origina DSLv1 pipeline
Great, thanks! |
This should solve #52 . This PR is about making the pipeline work again, not adding new features.
As a byproduct, #51 is solved as well.
As far as I can see there is no test with appropriate data for running
canu
,PycoQC
, ornanopolish
.PR checklist