naobservatory / mgs-pipeline

MIT License
4 stars 2 forks source link

Add ribcounts to sample metadata for dashboard deployment #21

Closed lennijusten closed 9 months ago

lennijusten commented 9 months ago

Tested my running prepare-dashboard-data.sh which successfully completed and saved ribocounts to sample_metadata[sample]["ribocounts"] in cases where the file exists.

Also added a --chunk_size argument to the ribocounts function in run.py to address memory issues which I suspect were causing the screen processes to die.