Skip to content
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

Open
HUPINLI opened this issue Feb 17, 2022 · 8 comments
Open

Error in rule MergeBamAlignment #13

HUPINLI opened this issue Feb 17, 2022 · 8 comments

Comments

@HUPINLI
Copy link

HUPINLI commented Feb 17, 2022

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
A7742%O0TALM3`2XC(RH1VU
@fw262

@fw262
Copy link
Owner

fw262 commented Feb 17, 2022

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,
Michael

@HUPINLI
Copy link
Author

HUPINLI commented Feb 18, 2022

Hello,

Thank you for your reply.I am running the from_fastq,and my picard tools version is 2.26.10.

thanks,
Pinli Hu

@HUPINLI
Copy link
Author

HUPINLI commented Feb 18, 2022

Hello,
And there is the log file,please check it:
snakemakeLog.txt

thanks,
Pinli Hu

@HUPINLI
Copy link
Author

HUPINLI commented Feb 18, 2022

Hello,

It looks like there are two types of errors that can occur simultaneously or separately as I change the parameters(-j [# cores]).

thanks,
Pinli Hu

@fw262
Copy link
Owner

fw262 commented Feb 21, 2022

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,
Michael

@HUPINLI
Copy link
Author

HUPINLI commented Feb 28, 2022

Hello,

Actually, I've already solved those problems,thank you very much for your help.However,when I ran R script which is contained in rule getDiffMarkers,the following error occurred.I wander why.Could you please help me?'

EISR~P{TE_H$6YSJ2`8N}W7

thanks,
Pinli Hu

@fw262
Copy link
Owner

fw262 commented Feb 28, 2022

Hi Pinli,

That error may be related to the seurat version that you are using. Try changing markersUTAR$avg_logFC to markersUTAR$avg_log2FC in analyzeExpressionMat.R.

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 analyzeExpressionMat.R up to allMarkers <- FindAllMarkers(sample_combined, only.pos = T, min.pct = 0.25, logfc.threshold = 0.25) and see the result in allMarkers. You may need to adjust the min.pct and logfc.threshold values to pick up differentially expressed UTARs.

Best,
Micahel

@HUPINLI
Copy link
Author

HUPINLI commented Mar 1, 2022

Hi Micahel,

I have solved the problem by following your advice(changing markersUTAR$avg_logFC to markersUTAR$avg_log2FC), thank you~

thanks,
Pinli Hu

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

No branches or pull requests

2 participants