-
Notifications
You must be signed in to change notification settings - Fork 16
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
gene_info_deal.sh not working #4
Comments
Maybe the python version is wrong, please check it. I remember that python 2 is required.
…------------------ 原始邮件 ------------------
发件人: "zhouyunyan/PIGC" ***@***.***>;
发送时间: 2022年7月10日(星期天) 上午9:08
***@***.***>;
***@***.***>;
主题: [zhouyunyan/PIGC] gene_info_deal.sh not working (Issue #4)
Could any one please let me know why the script is not running properly for me when trying to extract the protein sequences after gene prediction using prodigal
my command was
bash ..//../script/gene_info_deal.sh allSample_protein.faa
and i got a output like this
threads:40
MEM:173789
allSample_protein.faa
Traceback (most recent call last):
File "", line 16, in
AttributeError: 'NoneType' object has no attribute 'groups'
there is no isssue with the protein fasta file. the gene prediction run was complete.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I am using python 2.7.15. Is that still an issue |
Issue got resolved. I have chosen wrong bash command from the script folder. sorry |
OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could any one please let me know why the script is not running properly for me when trying to extract the protein sequences after gene prediction using prodigal
my command was
bash ..//../script/gene_info_deal.sh allSample_protein.faa
and i got a output like this
threads:40
MEM:173789
allSample_protein.faa
Traceback (most recent call last):
File "", line 16, in
AttributeError: 'NoneType' object has no attribute 'groups'
there is no isssue with the protein fasta file. the gene prediction run was complete.
The text was updated successfully, but these errors were encountered: