naobservatory / mgs-pipeline

MIT License
4 stars 2 forks source link

Add a script for reprocessing all the bioprojects in parallel #36

Closed jeffkaufman closed 7 months ago

jeffkaufman commented 7 months ago

Replaces snippets of code in the README that didn't do logging or let you tune the number of parallel jobs.

jeffkaufman commented 7 months ago

@lennijusten Added a --bioprojects argument.

(And switched it all to use argparse, since the argument handling is getting complicated)

lennijusten commented 7 months ago

Looks good!