Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/create sample sheet #4

Merged
merged 5 commits into from
Jul 22, 2019
Merged

Conversation

marcmaxson
Copy link
Contributor

No description provided.

@marcmaxson marcmaxson merged commit d152f73 into feature/beta Jul 22, 2019
marcmaxson pushed a commit that referenced this pull request Jul 22, 2019
* 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
marcmaxson pushed a commit that referenced this pull request Jul 23, 2019
* 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
@marcmaxson marcmaxson deleted the feature/create_sample_sheet branch July 23, 2019 21:47
marcmaxson pushed a commit that referenced this pull request Jul 24, 2019
* 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
marcmaxson pushed a commit that referenced this pull request Jul 25, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants