Skip to content
Snippets Groups Projects
Commit 558b5eeb authored by Susheel Busi's avatar Susheel Busi
Browse files

Update Snakefile

parent 2578f3d8
No related branches found
No related tags found
2 merge requests!78Add zymo workflow,!77Workflow: Zymo - Comparison to Reference Genomes
......@@ -238,7 +238,7 @@ rule comparison:
for fname in input.cdhit:
fname_col=os.path.basename(fname).split("__")[0] # column name to be used
fname_pids=[]
with open(input.cdhit,'r') as fi:
with open(fname,'r') as fi:
for ln in fi:
if ln.startswith('>'):
fname_pids.append(re.sub("^>", "", ln.strip().split(" ")[0]))
......
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