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 :
When I run the tracer test, there was a futurewarning in the final step of ##Filtering by read count##.
" Software/anaconda2/lib/python2.7/site-packages/scipy/stats/stats.py:1713: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.
return np.add.reduce(sorted[indexer] * weights, axis=axis) / sumval "
The results were same to the expect_summary, But I still want to tell you that for a perfect version of software Tracer .
Best
Xudong
The text was updated successfully, but these errors were encountered:
Hi :
When I run the tracer test, there was a futurewarning in the final step of ##Filtering by read count##.
" Software/anaconda2/lib/python2.7/site-packages/scipy/stats/stats.py:1713: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use
arr[tuple(seq)]
instead ofarr[seq]
. In the future this will be interpreted as an array index,arr[np.array(seq)]
, which will result either in an error or a different result.return np.add.reduce(sorted[indexer] * weights, axis=axis) / sumval "
The results were same to the expect_summary, But I still want to tell you that for a perfect version of software Tracer .
Best
Xudong
The text was updated successfully, but these errors were encountered: