Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-badretdin committed Sep 28, 2023
2 parents 3472e65 + 96dbb41 commit 2d85168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pgap.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ steps:
no_internet: no_internet
make_uuid: make_uuid
uuid_in: uuid_in
blast_hits_cache_data: blast_hits_cache_data
out: [gbent, gbk, gff, nucleotide_fasta, protein_fasta, cds_nucleotide_fasta, cds_protein_fasta, sqn, initial_asndisc_error_diag, initial_asnval_error_diag, final_asndisc_error_diag, final_asnval_error_diag, checkm_raw, checkm_results]
run: wf_common.cwl
Generate_Annotation_Reports_gff_enhanced:
Expand Down
4 changes: 2 additions & 2 deletions scripts/pgap.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def make_podman_cmd(self):
log_dir = self.params.outputdir + '/debug/log'
os.makedirs(log_dir, exist_ok=True)
self.cmd.extend(['--volume', '{}:/log/srv'.format(log_dir)])
if self.params.args.container_name:
self.cmd.extend(['--name', self.params.args.container_name])
if self.params.args.container_name:
self.cmd.extend(['--name', self.params.args.container_name])
self.cmd.append(self.params.docker_image)

def make_singularity_cmd(self):
Expand Down

0 comments on commit 2d85168

Please sign in to comment.