-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error in rule MergeBamAlignment #13
Comments
Hello, Are you running the from_fastq or from_cellranger pipeline? Can you check you have the updated version of Picard tools version 2.18.29-0 or greater? Best, |
Hello, Thank you for your reply.I am running the from_fastq,and my picard tools version is 2.26.10. thanks, |
Hello, thanks, |
Hello, It looks like there are two types of errors that can occur simultaneously or separately as I change the parameters(-j [# cores]). thanks, |
Hello, It seems like you're getting the error at the gtfToGenePred step. Can you make sure you are running the latest version of this tool? Link here https://bioconda.github.io/recipes/ucsc-gtftogenepred/README.html. If that doesn't work, try the fix shared in this post https://askubuntu.com/questions/339364/libssl-so-10-cannot-open-shared-object-file-no-such-file-or-directory. Best, |
Hi Pinli, That error may be related to the seurat version that you are using. Try changing It is also possible that there is simply no differentially expressed uTARs in your dataset. If you are familiar with R, you can run the code in Best, |
Hi Micahel, I have solved the problem by following your advice(changing markersUTAR$avg_logFC to markersUTAR$avg_log2FC), thank you~ thanks, |
The following error occurred when I used the test data to run ''snakemake -R --until getMats -j [# cores]''. May I ask what might be the problem
@fw262
The text was updated successfully, but these errors were encountered: