-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skipped alignment steps #77
Comments
Hi @mlorthiois ! Apologies for the late response to finally attempt to fix this. Are you able to re-run the analysis using the the code on
|
Hi, |
Hi, I re-run Nanoseq on the dev branch, with this command:
But I was not able to finish the analysis and see if all steps are completed, here is what I got before:
|
Thanks @mlorthiois. Ok, thats odd. The only reason I can think of is that we have had to use a separate container for That container I linked to above should get downloaded when you run the pipeline with the parameters you used though. Can you try and add Please also run |
Thanks. I tried, but the new dev version tries to download the container nanoseq-1.1.0, without success.
So I'll wait until it is available on docker hub to retry. |
Ok. Yes, sorry 🤦 This is turning into a bit of hack. Can you run with |
I have the same error ...
|
Ok I've been able to launch the new version 1.1.0. I still have the same problem ...
|
Can you delete your |
See here |
Done, but same problem ... |
Ok. So now you don't have an issues with the download of the container? The pipeline finishes successfully but it still skips all of the alignment steps 🤦 Yeah, will need to keep this issue open then until I have time to fix this properly before the next release. Sorry, I thought the igenomes fix would work but it clearly hasn't...Thanks for bearing with me @mlorthiois 😎 |
Oh yes, sorry, I didn't specify. Yes I downloaded the container without any problem. I just still have the initial problem of the skipped steps. |
This should be fixed when this commit is merged into Merry Xmas and Happy New Year! |
Hello, I am having the exact same issue under the same exact circumstances. I am skipping de-multiplexing and running guppy on a gpu.
|
Hi,
When I use Nanoseq with .fasta5 files as input, all the alignement steps are skipped. Here are my commands:
At the end, I get
-[nf-core/nanoseq] Pipeline completed successfully-
, but only these steps are computed:So I get a
fastq.gz
file by guppy, the only solution I found is to run again Nanoseq, without basecalling and demultiplexing, with thefastq.gz
as input. In this case, all the steps are computed.The text was updated successfully, but these errors were encountered: