-
Notifications
You must be signed in to change notification settings - Fork 28
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
RuntimeWarning: invalid value encountered in log10 #87
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pipeline completes (.dammit.fasta is generated), but there's no gff because of error below. Looks like dependency issue in shmlast? Is there something I can do?
echo "##gff-version 3.2.1" > /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.dammit.gff3; cat /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.transdecoder.gff3 /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.x.pfam-A.gff3 /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.x.OrthoDB.best.gff3 /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.x.protein.fa.crbl.gff3 /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.x.rfam.gff3 | sed '/^#/ d' | sort | sed '/^$/d' >> /home/ljcohen/osmotic_damit/F_rathbuni.dammit_out/F_rathbuni.trinity_out.Trinity.fasta.dammit.gff3
/home/ljcohen/anaconda2/envs/py3.dammit/lib/python3.5/site-packages/IPython/html.py:14: ShimWarning: The
IPython.html
package has been deprecated. You should import fromnotebook
instead.IPython.html.widgets
has moved toipywidgets
."
IPython.html.widgets
has moved toipywidgets
.", ShimWarning)/home/ljcohen/anaconda2/envs/py3.dammit/lib/python3.5/site-packages/shmlast-1.0-py3.5.egg/shmlast/crbl.py:61: RuntimeWarning: invalid value encountered in log10
df[scaled_col_name] = -np.log10(df[scaled_col_name])
The text was updated successfully, but these errors were encountered: