Skip to content

Commit

Permalink
Fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeiferd committed Feb 10, 2025
1 parent fb30da9 commit 7aa093a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public DBGoal(GSProject project, ExecutionContext bundle, ObjectGoal<Set<RefSeqC
ObjectGoal<AccessionMap, GSProject> accessionTrieGoal, ObjectGoal<Database, GSProject> filledStoreGoal,
Goal<GSProject>... deps) {
super(project, GSGoalKey.UPDATE_DB, Goal.append(deps, additionalGoal, categoriesGoal, taxTreeGoal, taxNodesGoal,
fnaFilesGoal, accessionTrieGoal, filledStoreGoal));
fnaFilesGoal, filledStoreGoal, accessionTrieGoal));
this.categoriesGoal = categoriesGoal;
this.taxNodesGoal = taxNodesGoal;
this.taxTreeGoal = taxTreeGoal;
Expand Down

0 comments on commit 7aa093a

Please sign in to comment.