Open EPKok opened 6 years ago
@BisonKok have you figured out the problem?
columns in addition to
'mean stdv start length model_state move weights p_model_state mp_state p_mp_state p_A p_C p_G p_T' are empty.
Hi, I ran a command below to check on the events for basecalled fast5:
poretools events / GISPC943_20180505_FAH50484_MN23396_sequencing_run_180505_gblock_GMod3_G_no_ACN_65384_read_1072_ch_158_strand.fast5 | head -5
However, it seems like there are some missing output fields. Is this normal?
when I ran the same command with
--pre-basecalled
option as below, it gives me error:poretools events --pre-basecalled / GISPC943_20180505_FAH50484_MN23396_sequencing_run_180505_gblock_GMod3_G_no_ACN_65384_read_1072_ch_158_strand.fast5 | head -5
Error:
I wonder how I could fix this issue. Thanks in advance.