Skip to content

Commit 60a5f6d

Browse files
Update citation in tool introduction
1 parent fed54ca commit 60a5f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/foldmason.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
const char* binary_name = "foldmason";
88
const char* tool_name = "foldmason";
9-
const char* tool_introduction = "FoldMason is a progressive aligner for fast and accurate multiple alignment of hundreds of thousands of protein structures.\n\nPlease cite:\n Gilchrist CLM, Mirdita M, Steinegger S. Multiple Protein Structure Alignment at Scale with FoldMason. bioRxiv, 2024.06.20.44908 (2024).\n";
9+
const char* tool_introduction = "FoldMason is a progressive aligner for fast and accurate multiple alignment of hundreds of thousands of protein structures.\n\nPlease cite:\n Gilchrist CLM, Mirdita M, Steinegger S. Multiple Protein Structure Alignment at Scale with FoldMason. Science, doi: 10.1126/science.ads6733 (2026).\n";
1010
const char* main_author = "Cameron L.M. Gilchrist, Milot Mirdita, Martin Steinegger";
1111
const char* show_extended_help = "1";
1212
const char* show_bash_info = NULL;
@@ -96,4 +96,4 @@ void init() {
9696
registerCommands(&foldmasonCommands);
9797
}
9898
void (*initCommands)(void) = init;
99-
void initParameterSingleton() { new FoldmasonParameters; }
99+
void initParameterSingleton() { new FoldmasonParameters; }

0 commit comments

Comments
 (0)