pepkit / looper

A job submitter for Portable Encapsulated Projects
http://looper.databio.org
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

new looper plugins for sample yaml production #299

Closed nsheff closed 3 years ago

nsheff commented 3 years ago
nsheff commented 3 years ago

Ok I think this is great. @stolarczyk can you go through the docs one more time to see what you think of my changes and make sure everything matches your changes in the plugin code (particularly with respect to sample yaml filepaths and parameters).

stolarczyk commented 3 years ago

I already gave it a read yesterday and made the necessary changes. It looks like noone changed it since then so it should be fine.

nsheff commented 3 years ago

great thanks! I think we're ready to start with the cascade of releases, then

nsheff commented 3 years ago

actually, just caught... shouldn't there be a 'submission subdir' variable int he looper namespace? instead of:

{looper.output_dir}/submission/{sample.sample_name}.yaml it should be {looper.output_dir}/{looper.submission_subdir}/{sample.sample_name}.yaml, or {looper.submission_dir}/{sample.sample_name}.yaml -- that way the plugin parameter would respect the submission subdir provided by the project.