We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causes this error when creating the read graph from the equivalence class:
2019-11-04 17:14:49 [INFO]: Perform clustering with HDBSCAN. (min_cluster_size: 2) 2019-11-04 17:14:51 [INFO]: Salmon mapping... 2019-11-04 17:15:11 [INFO]: Build full graph... Traceback (most recent call last): File "/mnt/prostlocal/lasse/miniconda3/envs/test_karma/bin/karma.py", line 208, in <module> full_graph = ReadGraph.from_equivalence_classes(eqc_file, sequences) File "/data/prostlocal/lasse/miniconda3/envs/test_karma/bin/read_graph.py", line 78, in from_equivalence_classes assert no_of_contigs == len(max_number_of_mapped_reads.keys()) AssertionError
It would be nice to implement a check for this when reading the fasta file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Causes this error when creating the read graph from the equivalence class:
It would be nice to implement a check for this when reading the fasta file.
The text was updated successfully, but these errors were encountered: