-
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.
added pep option + many fixes + docs
- Loading branch information
1 parent
aac750a
commit 91ffcac
Showing
9 changed files
with
181 additions
and
70 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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Usage reference | ||
|
||
BEDboss is command-line tool-warehouse of 3 pipelines for genomic interval files | ||
|
||
BEDboss include: bedmaker, bedqc, bedstat. This pipelines can be run using next positional arguments: | ||
|
||
- `bedbase all`: Runs all pipelines one in order: bedmaker -> bedqc -> bedstat | ||
|
||
- `bedbase make`: Creates Bed and BigBed files from other type of genomic interval files [bigwig|bedgraph|bed|bigbed|wig] | ||
|
||
- `bedbase qc`: Runs Quality control for bed file (Works only with bed files) | ||
|
||
- `bedbase stat`: Runs statistics for bed and bigbed files. | ||
|
||
Here you can see the command-line usage instructions for the main bedboss command and for each subcommand: | ||
|
Oops, something went wrong.