sga icon indicating copy to clipboard operation
sga copied to clipboard

running problems with graph-diff

Open MingjingKang opened this issue 4 years ago • 0 comments

Hello Jared,

After ran “preprocess”, “correct”, "filter", "overlap" and “assemble” with default settings, I got two contigs files for reference genome ref_contigs.fa and query genome query_contigs.fa. When I tried to run "graph-diff" with the following command to call the variants,

sga graph-diff -p D0D3 -t 16 -k 61 -x 10 --variant query_contigs.fa --ref ref_contigs.fa

it kept reporting wrong message:

_Error: unrecognized algorithm string:

Usage: sga graph-diff [OPTION] --base BASE.fa --variant VARIANT.fa --ref REFERENCE.fa Find and report strings only present in the graph of VARIANT when compared to BASE_

I tried all possible commands, but they didn't work. I installed SGA by conda. Could you tell me what's wrong with the command?

Thanks a lot, Ming

MingjingKang avatar Nov 21 '20 16:11 MingjingKang