-
Notifications
You must be signed in to change notification settings - Fork 94
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
Request for session: workflows with make / snakemake #108
Comments
I might be able to help on GNU-make depending on my schedule. (I currently have a group meeting colliding with exactly the same time slot. But I occasionally can skip it and come here.) Ideas:
|
Would it be possible to talk about choosing between these tools, or at least why you use make? GNU make vs NextFlow vs snakemake vs drake vs all the other build automation tools. For GNU make on Windows, one option is Rtools, which people might already have. Another is proposed in this gist, but I haven't tested it. |
Are you asking me?
And concerning using UNIX tools on Windows (caveat: I ain't Windows developer), the general approach seems to be:
But make (and bash) are very UNIXy, so using them on Windows feels odd. Digression: I think it is counter-productive to expect every topic to be covering all the bases. For example, in the past there's a topic on data-analysis using Python/R, where stuffs are taught in parallel using both languages. It will be easier just to focus on Python in a row, vice versa. Same idea could be applied in this situation: rather than trying to make |
@ickc, sure, if you have any thoughts on choosing an automation tool, I'd be happy to hear them! If you're all about GNU Make, that's great too. |
Among the ones I've heard of: autotools, CMake, SCons. I have some experiences with the first 2 but not the others (nor those in your list). But the first 2 seems to be specialized in building softwares so it might not be suitable for general use. May be we should back up by a little bit and ask what are the kinds of automation this suggestion is really about? May be give an example or two. And then may be make a list of tools (that some people here know and can teach) that might solve these problems. Providing there's experts willing to teach and using different tools, it will be interesting to see how each tackle the same task, and perhaps different tasks easy to be achieved in one tool but difficult/slow in another. I had briefly trying to find comparison between different build tools but what I read is abstract and brief and cannot help one to determine the proper tool for their own use case. For example, I personally are looking for a way to do something make-like but scales beyond a single node (that's why I've thought about combining mpibash with make); and also something make-like but might not be file based but data within a Python program, but is similar to make (i.e. specifying rules and what you need but not programming imperatively.) |
It also depends on if you want the session to be in-depth tutorials in 1 or 2 tools, or like a survey on many different tools (say 15 min. per tool.) The later one sounds like really fun as an audience, and I really want to be able to make it. |
Or other tools, NextFlow?
The text was updated successfully, but these errors were encountered: