GenGraph icon indicating copy to clipboard operation
GenGraph copied to clipboard

A repository for the GenGraph toolkit for the creation and manipulation of graph genomes

Results 10 GenGraph issues
Sort by recently updated
recently updated
newest added

Hello, I'm a students trying to create a graph similar to figure 3 of the GenGraph paper. I've been trying to get the code to run for more that a...

Hey, I am trying to run example code in your repo(sequences.txt) with some modifications in local system but I am having this problem. ``` $ python3 ./gengraphTool.py make_genome_graph --seq_file sequences.txt...

The current release still shows 'Welcome to GenGraph v0.1' in the help even though the Git release is tagged as 0.3.

Hi! i am quite new in this field and i struggle to understand the difference between vg and this library, can you help me? Thank you in advance and thank...

The national library of medicine (https://www.ncbi.nlm.nih.gov/datasets) only allows you to download a list of genomes in a single fasta file (extension .fna), I tried to provide those files as input...

enhancement

hi One question Why when I start running the program (base) devina@Devinas-MacBook-Pro ~ % python3 GenGraph/gengraphTool.py make_genome_graph --seq_file Documents/anagengraph.txt --out_file_name Documents/output Conducting progressiveMauve progressiveMauve It got stuck. I am using...

--scratch-path-1 is hard-coded. This needs to become relative.

bug

![Capture](https://user-images.githubusercontent.com/36330874/81407304-c49d1580-9158-11ea-9e19-40496ec57b2e.PNG) Haven't made any change to the original scripts. Still facing this issue

It is possible that this tools can benefit from the JIT compiler.

enhancement

Create a function to convert to and from gfa format used by vg. The format is defined here: https://github.com/GFA-spec/GFA-spec/blob/master/GFA1.md This may be tricky as at first glance vg does not...

enhancement