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
I am dealing with Illumina MiSeq data which has already had the primers removed. my forward and reverse sequences are all 300 bp long I cropped them in trimmomatic beforehand so they would be the same length of 300bp.
This is the error I receive: raise self._value
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (19251,) + inhomogeneous part.
Thanks in advance! any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
I have been experiencing the following error, my code is as follows:
python3 figaro.py -i /path/to/Directory -o figaro_report -a 300 -f 1 -r 1 -F illumina
I am dealing with Illumina MiSeq data which has already had the primers removed. my forward and reverse sequences are all 300 bp long I cropped them in trimmomatic beforehand so they would be the same length of 300bp.
This is the error I receive:
raise self._value
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (19251,) + inhomogeneous part.
Thanks in advance! any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: