FINNGEN / autoreporting

MIT License
0 stars 1 forks source link

Start using gcsfuse in wdl #168

Open Lipastomies opened 3 years ago

Lipastomies commented 3 years ago

Currently a lot of annotation data is loaded. This takes quite some time in the beginning of the task. Since not a lot of the annotation is used (pysam is going to be used int he future), it's better to instead use gcsfuse and stream the bits we need. In the vast majority of cases, this should drastically reduce runtime.

TODO