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
Hi @JanaSperschneider !
I'm using ApoplastP for prediction. But I got an error:
python /data/chaofan/software/ApoplastP/Scripts/ApoplastP.py -i ../02.assemble_res/CCA295.pep -o CCA295.apop
-----------------
ApoplastP is running for 14326 proteins given in FASTA file ../02.assemble_res/CCA295.pep
-----------------
Calculate statistics of protein properties
Traceback (most recent call last):
File "/data/chaofan/software/ApoplastP/Scripts/ApoplastP.py", line 213, in <module>
main()
File "/data/chaofan/software/ApoplastP/Scripts/ApoplastP.py", line 171, in main
out.writelines(functions.short_output(predictions))
TypeError: a bytes-like object is required, not 'str'
How to fix it? Maybe replace "wb" with "w" in the line 165 in ApoplastP.py ?
Thank you for your reply.
The text was updated successfully, but these errors were encountered:
Hi @JanaSperschneider !
I'm using ApoplastP for prediction. But I got an error:
How to fix it? Maybe replace "wb" with "w" in the line 165 in
ApoplastP.py
?Thank you for your reply.
The text was updated successfully, but these errors were encountered: