You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I made a local setup for myself on a full WGS FASTQ files. I ran as root. I downloaded files to local filesystems first. My json file is params/giraffe-pichuan.json, which looks like:
time miniwdl run --as-me workflows/giraffe.wdl -i params/giraffe-pichuan.json
The strange thing is that the vg process step didn't finish after 3 days. @jmonlong asked me to look at the line that says:
Achieved ??? reads per CPU-second (including output)
From that number, it somehow seems like the speed of my run was 27x slower than what @jmonlong was seeing.
Since then, I've moved to just running vg giraffe directly instead of using miniwdl. Directly running vg giraffe worked well for me so far. I'm reporting this to @adamnovak so that he can make sure the miniwdl path works fine.
The text was updated successfully, but these errors were encountered:
My experimental run was from roughly 11 days ago. @adamnovak asked me to write down what I have observed so far.
So, roughly:
params/giraffe-pichuan.json
, which looks like:The command I ran was:
The strange thing is that the
vg process
step didn't finish after 3 days. @jmonlong asked me to look at the line that says:From that number, it somehow seems like the speed of my run was 27x slower than what @jmonlong was seeing.
Since then, I've moved to just running
vg giraffe
directly instead of using miniwdl. Directly runningvg giraffe
worked well for me so far. I'm reporting this to @adamnovak so that he can make sure the miniwdl path works fine.The text was updated successfully, but these errors were encountered: