-
Notifications
You must be signed in to change notification settings - Fork 13
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 #2 from mahmoudibrahim/jamm1.0.7.3
Jamm1.0.7.3
- Loading branch information
Showing
12 changed files
with
85 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
=================== | ||
Version 1.0.7rev2 | ||
Version 1.0.7rev3 | ||
=================== | ||
|
||
- fixed bugs in paired-end handling | ||
- added an option to set pre-scheduling to FALSE for mclapply | ||
- some cryptic errors now replaced with warnings or more user-friendly error messages | ||
- fixed a bug in peakfinder related to finding one enriched window in a chromosome | ||
- added simple depth normalization option to SignalGenerator.sh | ||
- fixed bugs in automated threshold that slowed it down when input was present |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ JAMM is a universal peak finder for NGS datasets that can integrate information | |
JAMM was developed in the Ohler lab at the Berlin Institute for Medical Systems Biology. | ||
|
||
|
||
Visit this page for documentation: http://code.google.com/p/jamm-peak-finder/ | ||
Visit this page for documentation: https://github.com/mahmoudibrahim/JAMM | ||
Also check JAMM's publication in Bioinformatics: http://bioinformatics.oxfordjournals.org/content/31/1/48 | ||
|
||
|
||
|
@@ -13,10 +13,12 @@ To install JAMM: | |
- Install the following R packages: signal and mclust | ||
|
||
|
||
To get information about options available to JAMM users, run the JAMM bash script without any parameters or visit the documentation page at http://code.google.com/p/jamm-peak-finder/wiki/Usage | ||
To get information about options available to JAMM users, run the JAMM bash script without any parameters or visit the documentation page at https://github.com/mahmoudibrahim/JAMM/wiki/Usage | ||
|
||
|
||
If you encounter errors or have questions, please email [email protected] or post at the JAMM Google groups page: https://groups.google.com/forum/#!forum/jamm-peak-finder | ||
If you encounter errors or have questions, please email [email protected] | ||
|
||
|
||
Important Note: JAMM produces a large number of peaks on purpose to allow you to choose your threshold the way you like. The peaks are scored and ranked by column 7 in the output narrowPeak file. If you want a confident list directly from JAMM, please use the option "-e auto". | ||
|
||
Thank you. |
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