-
Notifications
You must be signed in to change notification settings - Fork 47
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
Issue with fastqc.smk #108
Comments
Hi @rjg2186 , Have you solved this issue? Thanks! |
Hi @vuzun No, I even tried with the latest code from github. Still facing the same issue. Thanks. |
I'll take a look into it this week. I'll keep you posted :) |
Are your R1 and R2 files having the exact same sample name? It should be like the prefix has to be exactly the same, in this example: |
Hi @Hoohm Yes, the prefix is identical for the paired end read files. Three months back, I have used the same version of the dropSeqPipe and it worked fine. I am not sure the reason for getting an error now. Is there anything to do with the version of Python ? Thanks |
This is odd indeed. Maybe conda has introduced some sort of incompatibility. Since qc is not essential to run the rest, could you try to leave it out to see if it only affects this rule?
|
Could you run the pipeline with the |
Hi @Hoohm It looks like MutiQC is using an older version of python which conflicts with snakemake current requirement of python3>. Below is the error and the command causing the error
|
Hi @Hoohm I just changed the wrapper to point to master/bio/multiqc and it's working fine now. Thanks |
Yea I was suspecting this would fix it.
I was hoping to change multiqc version for a long time but I always had
some conflicts coming up and that's why we kept the older version.
Gonna test it on our side and update asap
…On Fri, 17 Jul 2020 at 14:43, rjg2186 ***@***.***> wrote:
Hi @Hoohm <https://github.com/Hoohm>
I just changed the wrapper to point to master/bio/multiqc and it's working
fine now.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVO2D3DQAA7HWUBV7SRUDR4BBP5ANCNFSM4OPDMXXA>
.
--
*Roelli Patrick Division of Animal Physiology and Immunology TUM School of
Life Sciences Weihenstephan Technische Universität München Weihenstephaner
Berg 3 85354 Freising Germany*
*https://github.com/Hoohm <https://github.com/Hoohm>*
|
Hi @Hoohm
I am using the dropSeqPipe v0.4 and have installed snakemake using conda on custom directory. When I execute the pipeline, I am getting below error with fastqc.smk. Can you please let me know how to fix this.
Thanks
The text was updated successfully, but these errors were encountered: