Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBodine committed Jan 8, 2025
1 parent a2ea9a2 commit 52ca961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ At the end of the install process, a window will prompt you where to save the `b

## That's It!

PINGMapper is now ready to go. [Launch PINGWizard](./Running.md), a new interface for PINGMapper, to start processing data.
PINGMapper is now ready to go. [Launch PINGWizard](./PINGWizard.md), a new interface for PINGMapper, to start processing data.
30 changes: 0 additions & 30 deletions docs/gettingstarted/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,33 +67,3 @@ Once complete, explore the outputs in the `Test-Large-DS` on your desktop `C:\Us
## All Done!

You can now run `PINGMapper` on your [own datasets](./Running.md).







A quick test can be made to ensure PING-Mapper is working properly.
1. Ensure your Anaconda prompt is in the top level of `PINGMapper` directory.

2. Enter the following into the prompt:
```
python test_PINGMapper.py 1
```

Outputs are found in `.\\PINGMapper\\procData\\PINGMapper-Test-Small-DS`.

{: .warning }
> If you recieve a `ModuleNotFoundError`, try the [troubleshooting steps](../faq.md/#modulenotfounderror)
## Large Dataset Test
A test on a large (~0.5 GB; 1:00:06 duration) dataset can also be made.
1. Ensure your Anaconda prompt is in the top level of `PINGMapper` directory.

2. Enter the following into the prompt:
```
python test_PINGMapper.py 2
```

Outputs are found in `.\\PINGMapper\\procData\\PINGMapper-Test-Large-DS`.

0 comments on commit 52ca961

Please sign in to comment.