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

Preprocess/out not properly initialized for unmated fastq files #3

Closed
skoren opened this issue Sep 8, 2011 · 0 comments
Closed

Preprocess/out not properly initialized for unmated fastq files #3

skoren opened this issue Sep 8, 2011 · 0 comments

Comments

@skoren
Copy link
Member

skoren commented Sep 8, 2011

There are no libX.seq/libX.seq.mates files created when running the pipeline on unmated fastq files. The following code should be added to line 1163 (in release 0.2):
elif lib.format == "fastq" and not lib.mated:
run_process("ln -s %s/Preprocess/in/%s %s/Preprocess/out/lib%d.seq"%(rundir, lib.fq, fname, rundir, lib.id), "Preprocess")
run_process("touch %s/Preprocess/out/lib%d.seq.mates"%(rundir, lib.id), "Preprocess")

and line 1230 should be:
soapd = soapd.replace("LIB%dQ1REPLACE"%(lib.id),"%s/Preprocess/out/%s"%(rundir,lib.f1.fname))

treangen added a commit that referenced this issue Sep 8, 2011
treangen added a commit that referenced this issue Sep 8, 2011
@treangen treangen closed this as completed Sep 8, 2011
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