NationalGenomicsInfrastructure / taca-ngi-pipeline

A TACA plugin adding functionality relevant for the ngi_pipeline
MIT License
3 stars 13 forks source link

Better way to deliver miscellaneous files #36

Closed senthil10 closed 6 years ago

senthil10 commented 6 years ago

I made a huge PR late last year which I closed. This PR focus on (only) one of the thing from previous PR. The new changes will address the following

i) changes in delivery.py - for non WGS projects (RNA project for instance) when we include analysis results via files_to_deliver in taca config, the analysis results (single directory with results for all samples) are staged every time for each sample.

ii) changes in deliver_grus.py - while hard staging only sample directories are hard staged, not the reports or analysis folders.

senthil10 commented 6 years ago

@b97pla these are the parts where you had no comments from previous PR, so after this one is merged I will make a new PR

senthil10 commented 6 years ago

Thank you for the nice comments @b97pla , have made a new commit now 👍

b97pla commented 6 years ago

Good work, I'll merge

senthil10 commented 6 years ago

Thank you @b97pla and @Hammarn :)