-
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.
Merge pull request #58 from YeoLab/1_24_25_tabulate_all_sites
only use tabulation bed to filter edits not coverage sites
- Loading branch information
Showing
20 changed files
with
2,653 additions
and
4,318 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Before running examples, MARINE environment variable must be set from main MARINE directory (i.e. the directory containingg the examples directory). The path to the main MARINE directory should also be appended to the PATH environment variable. | ||
Before running examples, MARINE environment variable must be set from main MARINE directory (i.e. the directory containingg the examples directory). The path to the main MARINE directory should also be appended to the PATH environment variable. | ||
|
||
export MARINE=$(pwd) | ||
export PATH=$PATH:$(pwd) | ||
export PATH=$PATH:$(pwd) | ||
|
||
Run the examples from the main MARINE directory like so: | ||
|
||
bash examples/test_sc_subset_CT.sh |
Oops, something went wrong.