jscgh
Results
13
comments of
jscgh
Closed by https://github.com/nf-core/proteinfold/pull/255 and https://github.com/nf-core/proteinfold/pull/287
A quick fix we used is adding a compression step to afterScript. A similar script could be added to the module's `main.nf` ``` withName: 'RUN_ALPHAFOLD2_MSA|RUN_ALPHAFOLD2' { afterScript = """ find...
Implemented in PR https://github.com/nf-core/proteinfold/pull/227.