Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

pipeline installation fails #1

Open
kamalfartiyal84 opened this issue Aug 27, 2019 · 7 comments
Open

pipeline installation fails #1

kamalfartiyal84 opened this issue Aug 27, 2019 · 7 comments

Comments

@kamalfartiyal84
Copy link

I am running the following command:

snakemake --use-conda -p all

The log file of the error attached herewith.

2019-08-27T144630.839988.snakemake.log

@jagos01
Copy link

jagos01 commented Aug 28, 2019

I am having the same issue. I have tried the standard and alternative methods of installation and both fail with an error in rule map_minimap2

2019-08-27T130612.565348.snakemake.log

@cdg021527
Copy link

Hi,

I am having the same issue where installation fails when it tries to install minimap2. Does anyone have any suggestions, or know if any progress has been made to fix this problem?

@ttbond
Copy link

ttbond commented Sep 28, 2019

The same problem too.

@cluhaowie
Copy link

same problem too.

@BCArg
Copy link

BCArg commented Oct 16, 2019

Same here, I have tried few things, some of which worked partially, as described here

@BCArg
Copy link

BCArg commented Oct 18, 2019

I have found the same pipeline from nanopore, though hosted elsewhere that works on their sample data set.

Here's the link to the github page

@LotusWang0723
Copy link

I came across this problem too, I solved this problem by running the command with just 1 thread like:
$ snakemake --snakefile ./pipeline-structural-variation/Snakefile --configfile ./config.yaml --jobs 1 eval
(I found there were 4 separated bam file in /Analysis/alignments/ which should be concatenated into 1 bam file)

(btw, I am not a developer of this project)

good luck

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants