-
Notifications
You must be signed in to change notification settings - Fork 6
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
Change env python #8
Comments
That is an interesting suggestion. Thank you! I will discuss it with my
colleagues.
Best,
Dr. David E. Hufnagel
…On Mon, Nov 9, 2020 at 7:50 PM Kristina Gagalova ***@***.***> wrote:
Hi,
I was running the SequelTools.sh for QC and I've got an error when calling
python.
My python is not in
/usr/bin/pythin
but it's from conda.
You should change the header of the python files in order to have that
working
#!/usr/bin/env python
Thank tou in advance!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQPE3LHXUEY2AH4TPRTJ5DSPCL75ANCNFSM4TQCDKOA>
.
|
Thank you for your suggestion. It will be implemented soon!
Best, Dr. David E. Hufnagel
…On Mon, Nov 9, 2020 at 7:50 PM Kristina Gagalova ***@***.***> wrote:
Hi,
I was running the SequelTools.sh for QC and I've got an error when calling
python.
My python is not in
/usr/bin/pythin
but it's from conda.
You should change the header of the python files in order to have that
working
#!/usr/bin/env python
Thank tou in advance!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQPE3LHXUEY2AH4TPRTJ5DSPCL75ANCNFSM4TQCDKOA>
.
|
This change has now been implemented. Thanks again for the suggestion and
best of luck with your research!
…--Dr. David E. Hufnagel
On Tue, Nov 10, 2020 at 3:56 PM David Hufnagel ***@***.***> wrote:
Thank you for your suggestion. It will be implemented soon!
Best, Dr. David E. Hufnagel
On Mon, Nov 9, 2020 at 7:50 PM Kristina Gagalova ***@***.***>
wrote:
> Hi,
> I was running the SequelTools.sh for QC and I've got an error when
> calling python.
> My python is not in
>
> /usr/bin/pythin
>
> but it's from conda.
> You should change the header of the python files in order to have that
> working
>
> #!/usr/bin/env python
>
> Thank tou in advance!
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#8>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABQPE3LHXUEY2AH4TPRTJ5DSPCL75ANCNFSM4TQCDKOA>
> .
>
|
Thanks guys for the tool, I am using it for my project! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was running the SequelTools.sh for QC and I've got an error when calling python.
My python is not in
but it's from conda.
You should change the header of the python files in order to have that working
Thank tou in advance!
The text was updated successfully, but these errors were encountered: