Hello!
I am trying to run the squigualiser reform to get a .paf file to visualize my data. I did get the error right before this to add the @sq to the header which I did and then I ran this CLI squigualiser reform --sig_move_offset 0 --kmer_length 1 -c --bam sq_test_squig.sam -o test.paf.
I received this output/error:
kmer_length: 1 sig_move_offset: 0 input bam: sq_test_squig.sam output format: paf output file: test.paf Info: Default stride: 5 Traceback (most recent call last): File "/PATH/", line 8, in <module> sys.exit(main()) ~~~~^^ File "/PATH/squigualiser/venv3/lib/python3.13/site-packages/src/__init__.py", line 56, in main args.func(args) ~~~~~~~~~^^^^^^ File "/PATH/squigualiser/venv3/lib/python3.13/site-packages/src/reform.py", line 228, in run raise Exception("Error: error in the implementation. Please report the command with minimal reproducible data. Read_id: {}".format(sam_record.query_name)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception: Error: error in the implementation. Please report the command with minimal reproducible data. Read_id: 49174ed0-756e-4be7-a5e4-e00e62ceb5f7
Please let me know if there is anything more I can provide to help.
Best,
Grant
Hello!
I am trying to run the squigualiser reform to get a
.paffile to visualize my data. I did get the error right before this to add the @sq to the header which I did and then I ran this CLIsquigualiser reform --sig_move_offset 0 --kmer_length 1 -c --bam sq_test_squig.sam -o test.paf.I received this output/error:
kmer_length: 1 sig_move_offset: 0 input bam: sq_test_squig.sam output format: paf output file: test.paf Info: Default stride: 5 Traceback (most recent call last): File "/PATH/", line 8, in <module> sys.exit(main()) ~~~~^^ File "/PATH/squigualiser/venv3/lib/python3.13/site-packages/src/__init__.py", line 56, in main args.func(args) ~~~~~~~~~^^^^^^ File "/PATH/squigualiser/venv3/lib/python3.13/site-packages/src/reform.py", line 228, in run raise Exception("Error: error in the implementation. Please report the command with minimal reproducible data. Read_id: {}".format(sam_record.query_name)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception: Error: error in the implementation. Please report the command with minimal reproducible data. Read_id: 49174ed0-756e-4be7-a5e4-e00e62ceb5f7Please let me know if there is anything more I can provide to help.
Best,
Grant