Skip to content

Commit

Permalink
Merge pull request #162 from eastgenomics/v3.0.0-applet_patch
Browse files Browse the repository at this point in the history
v3.0.0 - fix patch for applet build (#162)
  • Loading branch information
kjwinfield authored Dec 12, 2023
2 parents 332e573 + e350991 commit 322548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/home/dnanexus/dias_batch/dias_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def main(
summary_file = f"{project_name}_{start_time}_job_summary.txt"

job_details = dxpy.DXJob(dxid=os.environ.get('DX_JOB_ID')).describe()
app_details = dxpy.describe(dxid=job_details['executable'])
app_details = dxpy.describe(job_details['executable'])

# overwrite manifest job ID in job details with name to write to summary
if manifest_files:
Expand Down

0 comments on commit 322548e

Please sign in to comment.