-
Notifications
You must be signed in to change notification settings - Fork 22
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
dcae11b
commit 801090f
Showing
2 changed files
with
34 additions
and
22 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# Author: Ben Laufer | ||
# Email: [email protected] | ||
# Last Update Date: 09-20-2018 | ||
# Version: 0.98 | ||
# Version: 0.99.2 | ||
# | ||
# DMR inference and data visualization for CpG_Me output and bismark cytosine reports | ||
# | ||
|
@@ -58,10 +58,11 @@ aklog | |
|
||
call="Rscript \ | ||
--vanilla \ | ||
/share/lasallelab/programs/CpG_Me/DM.R \ | ||
/share/lasallelab/programs/DM.R \ | ||
--genome hg38 \ | ||
--coverage 1 \ | ||
--adjustCovariate Diagnosis \ | ||
--testCovariate Diagnosis \ | ||
--adjustCovariate Age \ | ||
--cores 2" | ||
|
||
echo $call | ||
|