maxplanck-ie / snakepipes

Customizable workflows based on snakemake and python for the analysis of NGS data
http://snakepipes.readthedocs.io
387 stars 88 forks source link

Hackathon open issues #105

Closed dpryan79 closed 6 years ago

dpryan79 commented 6 years ago

Below are open issues for our hackathon. Please feel encouraged to add to them:

Major

Other

Final items (i.e., those that need to be done once the branches are using conda):

gtrichard commented 6 years ago
mirax87 commented 6 years ago
dpryan79 commented 6 years ago

@gtrichard @mirax87 I've updated my original post with your points, thanks!

vivekbhr commented 6 years ago

I added the Major issues to fix

dpryan79 commented 6 years ago

Just a note that the conda environments for the workflows should be versioned. The environment version doesn't need to track the snakepipes version, since updating packages and updating the workflow are different tasks.

steffenheyne commented 6 years ago

Afaics, the pointless TMPDIR usage is only in TrimGalore.yaml where trimming first writes to TMPDIR and then we move the file back to the snakemake folder...the other places where we use TMPDIR, we use it more as "real" temp path like in samtools -T ...and I think this usage is good and useful!

dpryan79 commented 6 years ago

The samtools $TMPDIR usage is totally legit :)

vivekbhr commented 6 years ago

@gtrichard we decided not to implement sample-sheets in the HiCEx pipeline, since the thing you mentioned can simply be done by splitting the samples into sets and running the pipeline for each set.