Skip to content

Commit 48e80e8

Browse files
committed
huh
1 parent 4dd6901 commit 48e80e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pipes/WDL/tasks/tasks_ncbi.wdl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,8 +890,6 @@ task biosample_to_genbank {
890890
state = outrow['geo_loc_name'].split(':')[1].strip() if ':' in outrow['geo_loc_name'] else outrow['geo_loc_name']
891891
year = outrow['collection_date'].split('-')[0]
892892
outrow['strain'] = '/'.join([type, state, outrow['isolate'], year])
893-
if type == 'A':
894-
outrow['strain'] = '{}({})'.format(outrow['strain'], outrow['serotype'])
895893
print("new strain name: {}".format(outrow['strain']))
896894
elif outrow['organism'].startswith('Special taxon with special naming rules'):
897895
### Example special case here

0 commit comments

Comments
 (0)