Skip to content

Commit 75b2fb5

Browse files
committedJun 14, 2024
Revert "leftover typo; JIRA: PGAPX-1182"
This reverts commit eb402eb.
1 parent eb402eb commit 75b2fb5

8 files changed

+2
-346
lines changed
 

‎amr_naming/wf_amr_naming.cwl

-136
This file was deleted.

‎expr/supplemental_data_split_dir.cwl

-5
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ expression: |
3333
case 'AntiFamLib':
3434
r['AntiFamLib'] = l[i];
3535
break;
36-
case 'AMRFinderPlus':
37-
r['amr_finder_plus_database'] = l[i];
38-
break;
3936
case 'asn2pas.xsl':
4037
r['asn2pas_xsl'] = l[i];
4138
break;
@@ -149,8 +146,6 @@ outputs:
149146
type: Directory
150147
all_order_specific_blastdb_file:
151148
type: File
152-
amr_finder_plus_database:
153-
type: File
154149
asn2pas_xsl:
155150
type: File
156151
identification_db_dir:

‎progs/amr_finder_plus.cwl

-45
This file was deleted.

‎progs/amr_plus_adaptor.cwl

-30
This file was deleted.

‎progs/asn_adjust.cwl

-26
This file was deleted.

‎progs/map_amr_ids.cwl

-51
This file was deleted.

‎scripts/pgap.py

+2
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,8 @@ def main():
11831183
# see doubling down on it in previously exited def cleanup() method:
11841184
#
11851185
list_to_delete = [args.input, 'input.yaml', 'pgap_input.yaml', 'submol.yaml']
1186+
if args.genome:
1187+
list_to_delete.append()
11861188
for file in list_to_delete:
11871189
if file != None:
11881190
base = os.path.basename(file)

‎task_types/tt_amr_finder_plus.cwl

-53
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.