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

Sample replicate processing #4

Open
A-Chalk opened this issue May 9, 2024 · 0 comments
Open

Sample replicate processing #4

A-Chalk opened this issue May 9, 2024 · 0 comments

Comments

@A-Chalk
Copy link

A-Chalk commented May 9, 2024

Hello! I'm processing samples with multiple replicates, and I've found that the system works fine as long as the number of treated and untreated samples is the same. But in many cases, I have a single mock file and 2-8 treated samples.

I've tried setting my command script up with tsamp = "T1name, T2name, T3name..." and usamp = "U1name", but each time the pipeline gets stuck during overlap analysis:

"################ DELTA AND HITS ################ "
"CAST0CCR5OT0WTRNP0DUP_S1_L001 vs. CAST0CCR5OT0MOCK_S1"
"Error: File not found -> ../samples/CCR5_OT_WTRNP/U2/fastq_aln/CAST0CCR5OT0MOCK_S1_Alignment.bed"

"################ OVERLAP ANALYSIS ################"
"../samples/CCR5_OT_WTRNP/OVL2_SIGNIF1"
Error in read.xlsx.default(X[[i]], ...) : File does not exist.
Calls: runPipelineCRISPR ... getUnion -> lapply -> lapply -> FUN -> read.xlsx.default
Execution halted

I can get around this by simply duplicating the U1 file and changing the name slightly, but it massively increases the processing time because it treats each untreated file as a distinct sample. Is there a simpler way to do this?? Thank you!

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

1 participant