generated from OpenOmics/baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b54c3d8
commit 2fe6249
Showing
11 changed files
with
101 additions
and
101 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
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
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 |
---|---|---|
|
@@ -25,9 +25,9 @@ merchantability or fitness for any particular purpose. | |
Please cite the author and NIH resources like the "Biowulf Cluster" | ||
in any work or product based on this material. | ||
USAGE: | ||
$ baseline <command> [OPTIONS] | ||
$ mutation-seek <command> [OPTIONS] | ||
EXAMPLE: | ||
$ baseline run --input *.R?.fastq.gz --output output/ | ||
$ mutation-seek run --input *.R?.fastq.gz --output output/ | ||
""" | ||
|
||
# Python standard library | ||
|
@@ -58,7 +58,7 @@ __authors__ = 'Skyler Kuhn' | |
__email__ = '[email protected]' | ||
__home__ = os.path.dirname(os.path.abspath(__file__)) | ||
_name = os.path.basename(sys.argv[0]) | ||
_description = 'An awesome baseline pipeline' | ||
_description = 'An awesome mutation-seek pipeline' | ||
|
||
|
||
def unlock(sub_args): | ||
|
@@ -217,7 +217,7 @@ def parsed_arguments(name, description): | |
""" | ||
# Add styled name and description | ||
c = Colors | ||
styled_name = "{0}{1}{2}baseline{3}".format(c.bold, c.bg_black, c.cyan, c.end) | ||
styled_name = "{0}{1}{2}mutation-seek{3}".format(c.bold, c.bg_black, c.cyan, c.end) | ||
description = "{0}{1}{2}".format(c.bold, description, c.end) | ||
|
||
# Create a top-level parser | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Frequently Asked Questions | ||
|
||
This page is still under construction. If you need immediate help, please [open an issue](https://github.com/OpenOmics/baseline/issues) on Github! | ||
This page is still under construction. If you need immediate help, please [open an issue](https://github.com/OpenOmics/mutation-seek/issues) on Github! | ||
|
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
Oops, something went wrong.