Closed scientiff closed 3 years ago
Did you figure out the problem?
When I run a command like:
gdtools REMOVE -c "snp_type = synonymous" -o final.gd annotated.gd
I get this error:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!> FATAL ERROR <!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Error in format of filter: snp_type=synonymous
FILE: gdtools_cmdline.cpp LINE: 1916
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!> STACK TRACE <!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Instead of the segmentation fault that you see.
If I use the double equals (which is what it wants), then it seems to work. Like this:
gdtools REMOVE -c "snp_type = synonymous" -o final.gd annotated.gd
Hello!
I am currently trying to use "gdtools REMOVE" to curate my breseq outputs; in short I would like to remove any "snp_type=synonymous" from the annotated.gd file.
I generally followed the following (from the gdtools_cmdline):
The annotated.gd file generates correctly.
The exception is that for the last line I've changed to:
When I run this I get the following:
I've also tried modifying the -c condition but this seems to be the only intake that doesn't result in a 'filter error'.
Any assistance on how I could curate my output would be appreciated!
Sincerely, Tiffany