Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
changed uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
zipho committed Mar 9, 2020
1 parent f1522ac commit 53f87b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public AnalysisType getAnalysisType() {
*/
@Override
public UUID getDefaultWorkflowUUID() {
return UUID.fromString("eed2fb67-31d1-461c-ada5-52e8dc936e78");
return UUID.fromString("ee01b20b-6258-460b-88e1-6f8f3ec52592");
}

/*******************************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<iridaWorkflow>
<id>eed2fb67-31d1-461c-ada5-52e8dc936e78</id>
<id>ee01b20b-6258-460b-88e1-6f8f3ec52592</id>
<name>TBSampleReport</name>
<version>0.1.8</version>
<analysisType>VARIANT_CALLING</analysisType>
Expand Down

0 comments on commit 53f87b2

Please sign in to comment.