Skip to content
Snippets Groups Projects
Commit 38f095ff authored by aknecht2's avatar aknecht2
Browse files

Fixed incorrect command in music_puncatte. Added print statement when...

Fixed incorrect command in music_puncatte.  Added print statement when skipping jobs in module_generator.
parent cd128f6a
No related branches found
No related tags found
No related merge requests found
...@@ -239,6 +239,8 @@ class ModuleGenerator(object): ...@@ -239,6 +239,8 @@ class ModuleGenerator(object):
# Otherwise we will get duplicate jobs. # Otherwise we will get duplicate jobs.
if result.last_result: if result.last_result:
self.add_jobs(run, result) self.add_jobs(run, result)
else:
print "Skipping jobs for run: %s, result: %s" % (run, result)
return return
def add_jobs(self, run, result): def add_jobs(self, run, result):
......
...@@ -33,7 +33,7 @@ music_punctate: ...@@ -33,7 +33,7 @@ music_punctate:
scale_2216.bed: scale_2216.bed:
type: file type: file
file_type: bed file_type: bed
command: MUSIC command: chip-job-music
arguments: arguments:
- "--prefix": - "--prefix":
type: string type: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment