Skip to content

Commit

Permalink
Add missing jobid capturing to RPKM command
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDuffin authored and mokaguys committed Apr 24, 2023
1 parent 8535117 commit 562c045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload_and_setoff_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def __init__(self, runfolder, now, debug_mode=False):
)
self.duty_csv_command = "jobid=$(dx run %s -y" % config.duty_csv_id
self.RPKM_command = (
"dx run %s%s --priority high -y --instance-type mem1_ssd1_v2_x8"
"jobid=$(dx run %s%s --priority high -y --instance-type mem1_ssd1_v2_x8"
% (config.app_project, config.RPKM_path)
)
self.mokaamp_command = (
Expand Down Expand Up @@ -2142,7 +2142,7 @@ def create_rpkm_command(self, pannumber):
+ self.project
+ self.runfolder_obj.nexus_project_id
+ self.depends_gatk
+ self.token.rstrip(")")
+ self.token
)
return dx_command

Expand Down

0 comments on commit 562c045

Please sign in to comment.