Skip to content

Commit 5395cb6

Browse files
authored
tiny edits
1 parent 76cb2ee commit 5395cb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/DS-documentation/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Distributed-Something is pure Python and lightweight, increasing its accessibili
88

99
If the tool you want to parallelize with Distributed-Something already exists as a Docker on [Docker Hub](https://hub.docker.com/) or a repository like [BioContainers](https://biocontainers.pro/), then customization of Distributed-Something is a snap!
1010

11-
Decide which aspects of the tool you wish to wrap need to be exposed to the end-user (typically, input locations, output locations, and some command line flags), and add them to the framework. Our [documentation](customization) and code comments will guide you to where things need to go.
11+
Decide which aspects of the tool you wish to wrap need to be exposed to the end-user (typically: input locations, output locations, and some command line flags), and add them to the framework. Our [documentation](customization) and code comments will guide you to where things need to go.
1212

1313
Add information about the customizations you added to the main [user-facing documentation](use), then share your implementation with your coworkers or the world at large!
1414

1515
## Distributed-Something for application users
1616

17-
Distributed-Something-wrapped applications endeavor to make it easy for non-computationally-comfortable end users to get started with.
17+
Distributed-Something-wrapped applications endeavor to make it easy for non-computationally-comfortable end users to get started with.
1818

1919
Tool users need only Python 3.7+ with `boto3` installed on the machine they wish to launch it from, and to edit plain-text files; no workflow languages required.
2020

0 commit comments

Comments
 (0)