cschin / Peregrine

Peregrine: Fast Genome Assembler Using SHIMMER Index
Other
99 stars 9 forks source link

Null pointer error during installation #2

Closed alima90 closed 5 years ago

alima90 commented 5 years ago

Hi

I want to use Peregrine, however, Null pointer error was occurred during installation In detail, the error was occured during compiling of shmr_map.c line 246 when i type 'make'

What's the problem? let me know Thanks

a-khalak commented 5 years ago

Hi Alima90, For most users, the suggestion is to get the code directly from dockerhub

docker pull cschin/peregrine

which gives you a prebuilt image and the follow the instructions under 'Running from Docker Image' in the readme.

a-khalak commented 5 years ago

@cschin Will make this clearer in the README

cschin commented 5 years ago

@sifta I just update the README... :) so can you take a look and see if we can close this one.

a-khalak commented 5 years ago

the text looks good, but the link is broken. Try this one.

https://hub.docker.com/r/cschin/peregrine/builds

a-khalak commented 5 years ago

yep. made a small mistake in pointing to builds instead of tags, but fixed this as well.