Skip to content
Snippets Groups Projects
Commit d7e0a11f authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

perform trim on uniq files

parent ae219fa9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ rule PREPROCESSING_MG_TRIM:
log:
P_LOG
input:
expand('{dir}/{uniq}', uniq=['MG.R1.fq', 'MG.R2.fq'], dir=P_OUT),
expand('{dir}/{uniq}', uniq=['MG.R1.uniq.fq', 'MG.R2.uniq.fq'], dir=P_OUT),
DBPATH + "/adapters/adapters.done"
output:
expand('{dir}/{trim}', trim=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment