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
Zagros crashes with an assertion failure with the following command line:
zagros -c human/hg19/chromFa min_reproducible.bed
where the contents of min_reproducible.bed is the following single line:
chrM 0 16600 X 1026.48 + 1.56762e-15
Resultant error message is
zagros: ../rbp_common/IO.cpp:575: void extract_regions_chrom_fasta(const std::string&, const std::string&, const std::vector<GenomicRegion, std::allocator<GenomicRegion> >&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&): Assertion `i- >get_width() == sequences.back().length()' failed. Aborted
Possibly due to exceeding the length of the chromosome? ChrM has length 16571, so this region is more than the whole chromosome...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zagros crashes with an assertion failure with the following command line:
where the contents of min_reproducible.bed is the following single line:
Resultant error message is
Possibly due to exceeding the length of the chromosome? ChrM has length 16571, so this region is more than the whole chromosome...
The text was updated successfully, but these errors were encountered: