Chris Ulpinnis
Chris Ulpinnis
I do not know if this is related to the problem, but I updated the boot.efi to the lastest version and it is better now. Bevor I had around 2...
I am getting random segmentation faults on our linux machine, too. Red Hat Linux with Kernel 3.10.0-327.18.2.el7.x86_64 and perl v5.16.3 . I will upload my code into our git repository...
Okay, now I am testing the integration with ``` perl use jellyfish; my $qf = jellyfish::QueryMerFile->new(shift(@ARGV)); foreach my $m (@ARGV) { my $mer = jellyfish::MerDNA->new($m); #$mer->canonicalize; print($mer, " ", $qf->get($mer),...
Maybe this can help: These are the outputs of Debug::Trace when running my script just before the segmentation fault happens on the mac. ``` >> /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/jellyfish.pm:70: my $pkg = shift;...
Hi, I am working on OS X, too. You are installing a keg-only formula, which means that it will not be symlinked because it could conflict with other versions (brewed...
Hi, as far as I can tell, the bottled (precompiled) version in brew has no integration of the SWIG bindings. The Jellyfish formula (https://github.com/Homebrew/homebrew-science/blob/master/jellyfish.rb) has not the necessary flags on...
And here the same ;) +1 from my side.
I just ran into the same issue with the 3.7.0-dev from bioconductor. The recent github version fixes the error for me, too. Thanks, guys! ```R sessionInfo() R version 3.6.1 (2019-07-05)...
I can confirm the issue using Traefik as reverse proxy, too.