-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# nanoporeWorkflow | ||
|
||
## scripts | ||
|
||
This is a collection of scripts that do one thing at a time. For example, demultiplexing or basecalling. | ||
|
||
## workflows | ||
|
||
This is a collection of workflows in the form of shell scripts. They qsub the scripts individually. | ||
The first positional parameter must be the project folder. Both input and output go to the project folder. |