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
Traceback (most recent call last):
File "/home/pedro/projects/sandbox/snake-gatk/.snakemake/scripts/tmpjsez2vr4.plot-depths.py", line 8, in <module>
import common
ModuleNotFoundError: No module named 'common'
The text was updated successfully, but these errors were encountered:
I had the same issue. Seems like the pipeline does not download the file common.py it's supposed to use. I have tried to download (from github) and run the scripts manually, using the calls.tsv.gz (or calls.tsv) file as input. It generates very large svg files that fail to be converted to png when I tried to generate the reports using "snakemake --report report.zip".
I got the following error running this workflow,
The log shows the following message,
The text was updated successfully, but these errors were encountered: