-
Notifications
You must be signed in to change notification settings - Fork 9
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
error with GC_skew #9
Comments
Okay, I see that the program needs matlab. I don't have it (it is expensive, I believe). Any workaround for that? |
Hi,
iRep does not require Matlab or any software that needs to be purchased. It looks to me like you were trying to run gc_skew with python 2.7 instead of python 3. I recommend using pyenv to install python 3 and to manage different python versions.
Hope this helps!
Chris
… On Jun 4, 2017, at 9:41 AM, BJCampbelllab ***@***.***> wrote:
Okay, I see that the program needs matlab. I don't have it (it is expensive, I believe). Any workaround for that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
On Jun 4, 2017, at 8:25 AM, BJCampbelllab ***@***.***> wrote:
Hi-
I'm new to iRep, but am really eager to use it and see my results! I get this error when I run gc_skew:
-bash-4.2$ gc_skew -f CB_Spr15_L08_bin.56.fa
File "/usr/bin/gc_skew", line 49
print('%s: Too Short' % (name), file=sys.stderr)
^
SyntaxError: invalid syntax
Any help/suggestions would be appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks! I'll let you know if I have any more issues.
Sent from my iPhone
On Jun 5, 2017, at 12:56 PM, christophertbrown <notifications@github.com<mailto:notifications@github.com>> wrote:
Hi,
iRep does not require Matlab or any software that needs to be purchased. It looks to me like you were trying to run gc_skew with python 2.7 instead of python 3. I recommend using pyenv to install python 3 and to manage different python versions.
Hope this helps!
Chris
On Jun 4, 2017, at 9:41 AM, BJCampbelllab ***@***.******@***.***>> wrote:
Okay, I see that the program needs matlab. I don't have it (it is expensive, I believe). Any workaround for that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
On Jun 4, 2017, at 8:25 AM, BJCampbelllab ***@***.******@***.***>> wrote:
Hi-
I'm new to iRep, but am really eager to use it and see my results! I get this error when I run gc_skew:
-bash-4.2$ gc_skew -f CB_Spr15_L08_bin.56.fa
File "/usr/bin/gc_skew", line 49
print('%s: Too Short' % (name), file=sys.stderr)
^
SyntaxError: invalid syntax
Any help/suggestions would be appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ab05RXZHSN9I6zF5PFQphpdQsgckmYcFks5sBEEsgaJpZM4NvZyN>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi-
I'm new to iRep, but am really eager to use it and see my results! I get this error when I run gc_skew:
-bash-4.2$ gc_skew -f CB_Spr15_L08_bin.56.fa
File "/usr/bin/gc_skew", line 49
print('%s: Too Short' % (name), file=sys.stderr)
^
SyntaxError: invalid syntax
Any help/suggestions would be appreciated!
The text was updated successfully, but these errors were encountered: