Open thomasmanke opened 3 weeks ago
Can we multiqc --zip-data-dir? https://github.com/maxplanck-ie/snakepipes/blob/7df9bd36ae5fff9f47f5c6e3974f4147146f9656/snakePipes/shared/rules/multiQC.snakefile#L148
multiqc --zip-data-dir
This would only be a small gain in storage, but it would deal with group permission issue encountered in BRB. See: https://github.com/maxplanck-ie/BigRedButton/issues/100#issuecomment-2465967725
Not sure if anyone needs multiqc_data uncompressed, but we could make this also optional, and use this option with BRB.
Can we
multiqc --zip-data-dir
? https://github.com/maxplanck-ie/snakepipes/blob/7df9bd36ae5fff9f47f5c6e3974f4147146f9656/snakePipes/shared/rules/multiQC.snakefile#L148This would only be a small gain in storage, but it would deal with group permission issue encountered in BRB. See: https://github.com/maxplanck-ie/BigRedButton/issues/100#issuecomment-2465967725
Not sure if anyone needs multiqc_data uncompressed, but we could make this also optional, and use this option with BRB.