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
My initial problem is that I want to run PAQR with Python3. While I was modifying the syntax in the scripts I noticed a piece of code that did not raise any error while running with Python2, hovewer with Python3 - it does: IndentationError: expected an indented block. I nailed the error down: please take a look at the script deNovo-used-sites-and-usage-inference.single_distal_included.py, lines 1650:1678 in this repository. Tabs are mixed with spaces and I cannot disentangle how the proper indentation should look like.
I have been trying and guessing a few options (with an input that I know that runs through on Python2) but all of them resulted in another error downstream.
The text was updated successfully, but these errors were encountered:
In my case I have resolved the issue with a substitution: 1TAB -> 8SPACES. But I think you should still correct this repository and test run it.
Maciek
My initial problem is that I want to run PAQR with Python3. While I was modifying the syntax in the scripts I noticed a piece of code that did not raise any error while running with Python2, hovewer with Python3 - it does:
IndentationError: expected an indented block
. I nailed the error down: please take a look at the scriptdeNovo-used-sites-and-usage-inference.single_distal_included.py
, lines 1650:1678 in this repository. Tabs are mixed with spaces and I cannot disentangle how the proper indentation should look like.I have been trying and guessing a few options (with an input that I know that runs through on Python2) but all of them resulted in another error downstream.
The text was updated successfully, but these errors were encountered: