Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipathlon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
chipathlon
Commits
74836b3c
Commit
74836b3c
authored
7 years ago
by
aknecht2
Browse files
Options
Downloads
Patches
Plain Diff
Minor doc fixes.
parent
5443d27d
No related branches found
Branches containing commit
No related tags found
1 merge request
!34
Resolve "Zerone"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chipathlon/workflow.py
+4
-4
4 additions, 4 deletions
chipathlon/workflow.py
doc/source/introduction.rst
+3
-1
3 additions, 1 deletion
doc/source/introduction.rst
with
7 additions
and
5 deletions
chipathlon/workflow.py
+
4
−
4
View file @
74836b3c
...
...
@@ -35,11 +35,11 @@ class Workflow(object):
:type username: str
:param password: The password to authenticate for MongoDB access.
:type password: str
:param execute_site:
A list of
site
s
to submit jobs to. These sites should
be defined in the
configuration
file.
:type execute_site:
li
st
:param execute_site:
The target
site to submit jobs to. These sites should
be defined in the
sites.xml
file.
:type execute_site: st
r
:param output_site: The output site to transfer files to. This site should
be defined in the
configuration
file.
be defined in the
sites.xml
file.
:type output_site: str
:param save_db: Whether or not we want to save results to the database.
True by default.
...
...
This diff is collapsed.
Click to expand it.
doc/source/introduction.rst
+
3
−
1
View file @
74836b3c
...
...
@@ -10,7 +10,7 @@ steps leading up to and including peak calling can be very computationally
expensive. For this reason, we implemented a `Pegasus <pegasus.isi.edu>`_
pipeline for creating and submitting workflows to super computers.
Currently, there are
7
peak calling tools installed in ChIPathlon:
Currently, there are
9
peak calling tools installed in ChIPathlon:
1. `Gem <http://groups.csail.mit.edu/cgs/gem/>`_
2. `Zerone <https://omictools.com/zerone-tool>`_
...
...
@@ -19,6 +19,8 @@ Currently, there are 7 peak calling tools installed in ChIPathlon:
5. `peakranger <http://ranger.sourceforge.net/manual1.18.html>`_
6. `MUSIC <https://github.com/gersteinlab/MUSIC>`_
7. `CCAT <https://academic.oup.com/bioinformatics/article/26/9/1199/201375/A-signal-noise-model-for-significance-analysis-of>`_
8. `PePr <https://github.com/shawnzhangyx/PePr>`_
9. `hiddenDomains <http://hiddendomains.sourceforge.net/>`_
The pipeline gives the flexibility of choosing any or all of these tools for
running peak calling, and gives the ability to adjust parameters as necessary
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment