Skip to content

Commit

Permalink
Tutorial fixes (#10)
Browse files Browse the repository at this point in the history
* CLI betas, Methpype full tutorial (#7)

* exporting beta values for methQC to use

* exporting beta values for methQC to use

* consolidate_scores function

* consolidate function now part of pipeline --betas

* consolidate part of pipeline

* added 27k manifest

note: structure of this 27k manifest was missing Strand (F/R) and Infinium_Design_Type (I or II). added columns; left blank.

* added 27K ArrayType

* bug fixes: ArrayTYpe to ArrayType and m_factor to m_value

* CLI tweaks

* Update README.md

* Feature/create sample sheet (#4)

* added function to create sample sheet, optional argument in run_pipeline

* improved create_sample_sheet

- don't rename builtin variables like `dict`
- doesn't require GSM_ID to work
- better logger info

* added flag to allow process to work without a samplesheet.

* make_sample_sheet flag

* create_sample_sheet bug fixes

* pipeline processing bugs fixed

* added readthedocs embed and classifiers

* Update setup.py

* Full tutorial (#6)

* tutorial and figures

* added links in references

* Update index.rst

* Update index.rst

* tutorial revisions

* had to redo footnotes, github doesn't support default markdown footnotes

* more revisions, focusing ease of use

* updated links

* 27k test was wrong

* Update test_array.py

* Update test_array.py

* Update test_array.py

* Update config.yml

* Feature/beta (#8)

* exporting beta values for methQC to use

* exporting beta values for methQC to use

* consolidate_scores function

* consolidate function now part of pipeline --betas

* consolidate part of pipeline

* added 27k manifest

note: structure of this 27k manifest was missing Strand (F/R) and Infinium_Design_Type (I or II). added columns; left blank.

* added 27K ArrayType

* bug fixes: ArrayTYpe to ArrayType and m_factor to m_value

* CLI tweaks

* Update README.md

* Feature/create sample sheet (#4)

* added function to create sample sheet, optional argument in run_pipeline

* improved create_sample_sheet

- don't rename builtin variables like `dict`
- doesn't require GSM_ID to work
- better logger info

* added flag to allow process to work without a samplesheet.

* make_sample_sheet flag

* create_sample_sheet bug fixes

* pipeline processing bugs fixed

* added readthedocs embed and classifiers

* Update setup.py

* Full tutorial (#6)

* tutorial and figures

* added links in references

* Update index.rst

* Update index.rst

* tutorial revisions

* had to redo footnotes, github doesn't support default markdown footnotes

* more revisions, focusing ease of use

* updated links

* 27k test was wrong

* Update test_array.py

* Update test_array.py

* Update test_array.py

* Update config.yml

* permissions error on pipenv install --dev

* fixed links and probe naming info

* Update methpype_tutorial.md

* trying different link format

* trying relative path

* relative path for all PNGs

* more clean up

* Update index.rst

* Update index.rst

* Update index.rst

* Update conf.py

* Delete Start_to_Finish_450KExample.ipynb

* outdated

* Update index.rst

* Update cli.md

* Update methpype_tutorial.md

* Update methpype_tutorial.md
  • Loading branch information
Marc Maxmeister authored Jul 25, 2019
1 parent 794c50f commit 2653acd
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 1,742 deletions.
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.apidoc',
'm2r'
'm2r',
'nbsphinx'
]

# instead of CLI "sphinx-autodoc . _build/html" you write this
Expand Down
Loading

0 comments on commit 2653acd

Please sign in to comment.