From 9fc78e4e436c85a79da5029a7f34003ea18b973f Mon Sep 17 00:00:00 2001 From: crvernon Date: Wed, 14 Apr 2021 15:16:22 -0400 Subject: [PATCH] update links in template --- metarepo_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metarepo_template.md b/metarepo_template.md index 415bfa2..50b72cd 100644 --- a/metarepo_template.md +++ b/metarepo_template.md @@ -48,8 +48,8 @@ Human, I.M. (2021). My output dataset name [Data set]. DataHub. https://doi.org/ Fill in detailed info here or link to other documentation that is a thorough walkthrough of how to use what is in this repository to reproduce your experiment. -1. Install the software components required to conduct the experiement from [Contributing modeling software](#Contributing modeling software) -2. Download and install the supporting input data required to conduct the experiement from [Input data](#Input data) +1. Install the software components required to conduct the experiement from [Contributing modeling software](#contributing-modeling-software) +2. Download and install the supporting input data required to conduct the experiement from [Input data](#input-data) 3. Run the following scripts in the `workflow` directory to re-create this experiment: | Script Name | Description | How to Run | @@ -57,7 +57,7 @@ Fill in detailed info here or link to other documentation that is a thorough wal | `step_one.py` | Script to run the first part of my experiment | `python3 step_one.py -f /path/to/inputdata/file_one.csv` | | `step_two.py` | Script to run the last part of my experiment | `python3 step_two.py -o /path/to/my/outputdir` | -4. Download and unzip the output data from my experiment [Output data](#Output data) +4. Download and unzip the output data from my experiment [Output data](#output-data) 5. Run the following scripts in the `workflow` directory to compare my outputs to those from the publication | Script Name | Description | How to Run |