Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
finngl committed May 7, 2024
1 parent d61495d commit 9e74d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new_project_from_mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from functions import new_project

help_desc = ("Create a new project in Microreact using one or more trees defined in MongoDB. "
"The script assumes a local MongoDB instance is running on default port and with no authentication requirements. "
"The MongoDB instance must contain a database named 'bio_api_test' containing a collection named 'tree_calculations.' "
"The script depends on a MongoDB database defined by BIO_API_MONGO_CONNECTION, or in the case this environment "
"variable is not set, a MongoDB database on mongodb://mongodb:27017/bio_api_test. "
"A minimal data table will be generated automatically.")
parser = argparse.ArgumentParser(description=help_desc)
parser.add_argument(
Expand Down

0 comments on commit 9e74d9a

Please sign in to comment.