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
but i get this error: [M::main::0.0021.68] loaded the graph from "reference_chr01.fasta"
[M::mg_index::0.0182.09] indexed the graph
[M::mg_opt_update::0.0201.95] occ_max1=26; lc_max_occ=2
[M::ggen_map::0.0221.82] loaded file "sample1_chr01.fasta"
[M::ggen_map::0.077*1.25] mapped 1 sequence(s) to the graph
Illegal instruction
I noticed that, giving just the first 59940bp, the command is working. Instead, by giving one more row in each fasta (60bp more), the program is not working anymore.
P.S. I get the same error by using the -c option, as suggested in the usage example, even with the test dataset.
Best
Mario
The text was updated successfully, but these errors were encountered:
Hi.
I'm trying to generate a graph from 3 fasta files (reference + 2 samples).
If I run the command with the test files, all is going well.
I tried the command with my dataset (1 chromosome for each fasta file ~26Mbp):
minigraph -xggs -t20 reference_chr01.fasta sample1_chr01.fasta sample2_chr01.fasta > out.gfa
but i get this error:
[M::main::0.0021.68] loaded the graph from "reference_chr01.fasta"
[M::mg_index::0.0182.09] indexed the graph
[M::mg_opt_update::0.0201.95] occ_max1=26; lc_max_occ=2
[M::ggen_map::0.0221.82] loaded file "sample1_chr01.fasta"
[M::ggen_map::0.077*1.25] mapped 1 sequence(s) to the graph
Illegal instruction
I noticed that, giving just the first 59940bp, the command is working. Instead, by giving one more row in each fasta (60bp more), the program is not working anymore.
P.S. I get the same error by using the -c option, as suggested in the usage example, even with the test dataset.
Best
Mario
The text was updated successfully, but these errors were encountered: