Skip to content

Commit

Permalink
fix TotEntries value
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Aug 7, 2024
1 parent 69f1f79 commit 781b0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/darwin_extract/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ process CONVERT_PROTEINS {
genome := '${genome.SpeciesCode}';
dbpath := '${dbpath}';
Goff := ${genome.Goff};
tot_entries := ${genome.Goff};
tot_entries := ${genome.TotEntries};
tot_aa := ${genome.TotAA};
ReadProgram('\${CODE_REPOS_ROOT}/pyoma/pyoma/browser/build/convert_database.drw');
Expand Down

0 comments on commit 781b0c3

Please sign in to comment.