TheJacksonLaboratory / splicing-pipelines-nf

Repository for the Anczukow-Lab splicing pipeline
14 stars 9 forks source link

Not to copy unnecessary files to results dir #221

Closed sk-sahu closed 2 years ago

sk-sahu commented 3 years ago
sk-sahu commented 3 years ago

Removing trimmed file already implemented in https://github.com/TheJacksonLaboratory/splicing-pipelines-nf/pull/219

angarb commented 3 years ago

@sk-sahu , after speaking with @olgaanczukow, 1) In the QC folder, can we remove the trimmed QC files and keep the raw QC files? Can we zip the folder containing the raw QC files? The raw QC files have some information that complements the MultiQC. 2) We do probably need to keep the bams (especially on the cluster) - however, is there a way to also compress this star_mapped folder? 3) For now, we probably do need to keep the merged folder - can we also compress this folder?

sk-sahu commented 3 years ago

remove the duplicated MultiQC file (keep the renamed one)

CloudOS will be able to parse the original MultiQC files name - multiqc_report.html to show on the multiqc tab, So need to keep both. Also, these are very big.

angarb commented 3 years ago

@sk-sahu where are the trimmomatic logs going? I can't seem to find that folder

sk-sahu commented 3 years ago

@angarb Agree now they are not being published - https://github.com/TheJacksonLaboratory/splicing-pipelines-nf/blob/51f6473475a11b169524f04caaf7b404f3b1e3bb/main.nf#L479-L488

Will fix this

Vlad-Dembrovskyi commented 2 years ago

created separate issues for pending tasks. closing this one.