Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ONT_pilot_gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESB
ONT_pilot_gitlab
Merge requests
!78
Couldn't fetch the linked file.
Add zymo workflow
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add zymo workflow
zymo
into
bright_future
Overview
0
Commits
39
Pipelines
0
Changes
1
Merged
Valentina Galata
requested to merge
zymo
into
bright_future
4 years ago
Overview
0
Commits
39
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
558b5eeb
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
558b5eeb
Update Snakefile
· 558b5eeb
Susheel Busi
authored
4 years ago
workflow_zymo/Snakefile
+
1
−
1
Options
@@ -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]))
Loading