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
It turns out that --outRawCounts is using argparse to open the output file. The resulting file pointer is then being passed around. That works in python2, but not python3.
The text was updated successfully, but these errors were encountered:
It turns out that
--outRawCounts
is using argparse to open the output file. The resulting file pointer is then being passed around. That works in python2, but not python3.The text was updated successfully, but these errors were encountered: