Skip to content

Commit

Permalink
comment out cat
Browse files Browse the repository at this point in the history
  • Loading branch information
adebali committed Feb 15, 2018
1 parent d9c66fd commit 4d9836d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/yeast/XR/pipeline_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ def group2sample(group):
job.printScript()
jobId = job.run()

catJob = slurm.Slurm('python ' + args.script + ' cat')
catJob.assignParams(parameters)
catJob.setDependencies([jobId])
catJob.printScript()
catJobId = catJob.run()
# catJob = slurm.Slurm('python ' + args.script + ' cat')
# catJob.assignParams(parameters)
# catJob.setDependencies([jobId])
# catJob.printScript()
# catJobId = catJob.run()

else:
os.system('rm dataDir/report.txt')
Expand Down

0 comments on commit 4d9836d

Please sign in to comment.