Closed JasperBoom closed 4 years ago
Hey reviewers, besides checking the outputs I have added and described. I could use some help with filling the empty output in Picard and somaticseq. Could you guys maybe suggest or add the outputs for those remaining tools? I don't have much or no experience with running them. And the manuals aren't helping very much.
Secondly, I have added a file called TO-DO.md. I will take this out before merging I suppose. But it shows the files/tasks that we haven't updated to the new SLURM standard. It also shows a few files that import other files, do we still use those imports?
Miniwdl has a check function that checks for imports that are not used. You could run that and see if things show up. The unfinished tasks are not a problem. This is already a lot of progress. We can fix those tasks later when it turns out they cause problems. Our CI checks for any used tasks that are not compliant, if I am correct. Tasks that are not used are less important.
Miniwdl has a check function that checks for imports that are not used. You could run that and see if things show up. The unfinished tasks are not a problem. This is already a lot of progress. We can fix those tasks later when it turns out they cause problems. Our CI checks for any used tasks that are not compliant, if I am correct. Tasks that are not used are less important.
Running the miniwdl check is a good idea, thanks! I will do that.
Checklist
parameter_meta
for each task is up to date.I have added
outputs
to tasks that already had aparameter_meta
section. Since I don't have experience with a lot of these tools, I would like to ask for reviewers to double check the descriptions of tasks they have used previously. Let me know what I can and should improve!This is a continuation of: https://github.com/biowdl/tasks/pull/261