Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python vs python3 #44

Open
sneuensc opened this issue Feb 16, 2022 · 1 comment
Open

python vs python3 #44

sneuensc opened this issue Feb 16, 2022 · 1 comment

Comments

@sneuensc
Copy link

Thank you for the development of MAGpy, it is a great tool.

Using the pipeline with the rule specific conda packages (--use-conda, following your instructions), I had to adapt the call to python in a few rules. Somehow the 'python' symlink was missing and therefore 'python3' had to be called directly. Personally, I solved the issue by not changing the shebang of the scripts, but by calling the python scripts with python in the rules, e.g.:
$ python3 script.py

There is also a small error in the readme. To run the pipeline, you have to call
$ snakemake -rp -s MAGpy --use-conda
without the ‘MAGpy’. I assume that this rule name has changed to ‘all’.

@sneuensc sneuensc changed the title python bvs python3 python vs python3 Feb 16, 2022
@mw55309
Copy link
Member

mw55309 commented Nov 28, 2022

I think this is now fixed, please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants