-
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
can we get champagne run
to work without the need for init
?
#178
Comments
|
offering my thoughts on this- i think (biased- see below) from a historical standpoint,
all that aside, for dev, this is a super helpful tool, especially if the pipeline has test profiles. in that instance you're just running on what is already set up and defined and dont really care about history. I think it's a perfect use case for that, but not as much for production. |
Currently the I think some of the reproducibility goals may be better handled at run time rather than during initialization. We do plan to eventually get all processes to output their software versions just like the nf-core pipelines (see #27) -- in those pipelines that's something handled at run time because the version can change depending on which container is used for a given process. Config options set at the CLI also can change between runs/reruns in the same directory, so we'll want to make sure we're capturing those at run time also -- I think that actually may already be handled by nextflow's built-in execution report but we should double check, and if not make sure we output a time-stamped file with an exhaustive list of the params used. I do think copying boilerplate config/params files, example sample sheets, etc are good examples of tasks best handled by |
nextflow run nf-core/chipseq -profile test,docker --outdir output
just works for nf-core pipelines, without the need to first download anything at all. In theory we should be able to get the same working for our nextflow pipelines sochampagne run -profile test ...
will just work without initializing anything.The text was updated successfully, but these errors were encountered: