Hi everyone,
Just wondering if anyone has received this error recently?
0-Software/scripts/getMeta.py:184: VisibleDeprecationWarning: Reading unicode strings without specifying the encoding argument is deprecated. Set the encoding, use None for the system default.
mydata = np.genfromtxt(filename,names=True,dtype=None,delimiter='\t') #Get table-data. Note: "#SampleName" is taken as "SampleName" without "#".
Seems to be an issue with the getMeta.py file?
I find it odd because I've had this working a few months back, and have come back to it this week and now this pops up. I'm wondering if there is something else I'm missing. I'm working on a shared computer so someone may have downloaded/altered/installed something that may be causing the issue.
Thanks in advance!!