-
Notifications
You must be signed in to change notification settings - Fork 2
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
make main.nf process multiple datasets #4
Comments
yes. but that is not the ultimate solution. |
I am often using wild-cards:
And then inside
Is that bad practice? |
not at all. That's a clever way of doing it. But in our case here, we also have |
this commit should allow multidataset processing |
I think the nf-core way is to use a samplesheet CSV file. This is even tied into nf-core parameter validation now (see recent Nextflow Summit talk) so you can validate the internals of the samplesheet. Kind of off topic, but I think parameter validation would be really useful. It's very easy to create a schema using the web-based schema builder. Here's an example of using samplesheets for processing multiple CZI/MVL files. Note that I still have the old-style validation in there with a custom Python script. When I get time I can work on adding this, if you all agree it's the way to go. |
I wasn't able to attend the summit. Bummer! |
Hi @BioinfoTongLI,
@sebgoti and myself were wondering how to process multiple images with the current workflow.
I guess this line of code would need some modification?
The text was updated successfully, but these errors were encountered: