-
Notifications
You must be signed in to change notification settings - Fork 5
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
docs: Add tab for known ARETE issues #181
Merged
Merged
Conversation
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
Signed-off-by: jvfe <jvfecav@gmail.com>
jvfe
added a commit
that referenced
this pull request
Feb 5, 2024
Signed-off-by: jvfe <jvfecav@gmail.com>
jvfe
added a commit
that referenced
this pull request
Feb 5, 2024
* RSPR approx and exact scripts * Add functional documentation and update support threshold * Fix rspr argument * Use clustering information from rSPR * Generate cluster heatmap * Generate group heatmaps * Create new grouping strategy * Update manifest name in config * Fix compare group size issue * Save frequency table for dedugging * Store index with pivot csv * Convert approx rspr column to numeric for crosstab * Save approx distance as integer * Store group csv as well * Use tight limits for group size * Run approx rsrp only * Revert "Run approx rsrp only" This reverts commit 3ff4365. * print frequency table * exit after approx rspr * Only run approx rspr * Remove all logging changes * use different cmap for heatmap * Reset color map * Update heatmap figure size * Revert "Only run approx rspr" This reverts commit 271d6d3. * Remove exit in rspr * Run approx rspr in groups * update group size temporary * run rspr approx only * Fix result output parsing issue * print total length for debuging * Fix index out of bound issue * print total length for debuging * Clear temp file * Seek to top of the file before clearing * Remove debugging lines * Enable run rspr exact * Create log scale heatmaps * Generate cluster network tree * Pass min and max distances for heatmap generation * Generate range heatmap if input provided * Update sub repo config * Add execution permission to rspr scripts * feat: Add rooted reference tree to exact/heatmap inputs * Revert local execution changes for exact rspr * Debugging code for input dataframe * Fix read csv issue and add documentation * Fix local rspr path * fix: Update rspr image to 1.3.6 * Add clustering part to heatmap to generate overall clustering network * Fix cluster file name issue * refactor: Add bio.phylo to rSPR image Signed-off-by: jvfe <jvfecav@gmail.com> * feat: Add cluster_file to rSPR workflow - Adds cluster_file to RSPR_EXACT outputs - Concatenate cluster_file* in the rSPR subworkflow - Adds concatenated cluster_file.txt to RSPR_HEATMAP inputs * Fix error generating cluster network * Fix reading clusters issue * Reduce figure size to half * Use cluster probability instead of branch length * Fix cluster branch length issue * Fix extra parameter issue * Update input output paths * Fix output channels * Do not pass reference tree in parameters * feat: Add light profile to config (#180) * feat: Add light profile to config * docs: Add information about the light profile --------- Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Add process_long to evolccm Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add efaecium paper to citations.md * docs: Add tab for known ARETE issues (#181) Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add note about the RSPR_HEATMAP issue Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add basic contribution guidelines Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add logo and favicon Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Remove old unused nf-core functions (#182) * refactor: Remove unused nf-core functions Signed-off-by: jvfe <jvfecav@gmail.com> * fix: Remove missing functions in RGI module Signed-off-by: jvfe <jvfecav@gmail.com> --------- Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Add rspr and evolccm to annotation entry (#183) Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Update arete logo Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Update poppunk website url Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Make it clear that dynamics tools are optional Signed-off-by: jvfe <jvfecav@gmail.com> * docs(output): Add not about modules not included in report Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add link to full documentation Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add a command that runs all subworkflows * docs(usage): Add note about storage requirements Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Fix header in readme * refactor: Add 1.0 threshold to subsetting heatmap (#184) * refactor: Reduce number of tools on ci test Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Remove group outputs from rspr exact Signed-off-by: jvfe <jvfecav@gmail.com> * fix: Remove old fork name Signed-off-by: jvfe <jvfecav@gmail.com> --------- Signed-off-by: jvfe <jvfecav@gmail.com> Co-authored-by: KARTIK KAKADIYA <20909285+ktkakadiya@users.noreply.github.com> Co-authored-by: ktkakadiya <99840261+ktkakadiya@users.noreply.github.com>
jvfe
added a commit
that referenced
this pull request
Apr 16, 2024
Signed-off-by: jvfe <jvfecav@gmail.com>
jvfe
added a commit
that referenced
this pull request
Apr 16, 2024
* RSPR approx and exact scripts * Add functional documentation and update support threshold * Fix rspr argument * Use clustering information from rSPR * Generate cluster heatmap * Generate group heatmaps * Create new grouping strategy * Update manifest name in config * Fix compare group size issue * Save frequency table for dedugging * Store index with pivot csv * Convert approx rspr column to numeric for crosstab * Save approx distance as integer * Store group csv as well * Use tight limits for group size * Run approx rsrp only * Revert "Run approx rsrp only" This reverts commit 3ff4365. * print frequency table * exit after approx rspr * Only run approx rspr * Remove all logging changes * use different cmap for heatmap * Reset color map * Update heatmap figure size * Revert "Only run approx rspr" This reverts commit 271d6d3. * Remove exit in rspr * Run approx rspr in groups * update group size temporary * run rspr approx only * Fix result output parsing issue * print total length for debuging * Fix index out of bound issue * print total length for debuging * Clear temp file * Seek to top of the file before clearing * Remove debugging lines * Enable run rspr exact * Create log scale heatmaps * Generate cluster network tree * Pass min and max distances for heatmap generation * Generate range heatmap if input provided * Update sub repo config * Add execution permission to rspr scripts * feat: Add rooted reference tree to exact/heatmap inputs * Revert local execution changes for exact rspr * Debugging code for input dataframe * Fix read csv issue and add documentation * Fix local rspr path * fix: Update rspr image to 1.3.6 * Add clustering part to heatmap to generate overall clustering network * Fix cluster file name issue * refactor: Add bio.phylo to rSPR image Signed-off-by: jvfe <jvfecav@gmail.com> * feat: Add cluster_file to rSPR workflow - Adds cluster_file to RSPR_EXACT outputs - Concatenate cluster_file* in the rSPR subworkflow - Adds concatenated cluster_file.txt to RSPR_HEATMAP inputs * Fix error generating cluster network * Fix reading clusters issue * Reduce figure size to half * Use cluster probability instead of branch length * Fix cluster branch length issue * Fix extra parameter issue * Update input output paths * Fix output channels * Do not pass reference tree in parameters * feat: Add light profile to config (#180) * feat: Add light profile to config * docs: Add information about the light profile --------- Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Add process_long to evolccm Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add efaecium paper to citations.md * docs: Add tab for known ARETE issues (#181) Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add note about the RSPR_HEATMAP issue Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add basic contribution guidelines Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add logo and favicon Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Remove old unused nf-core functions (#182) * refactor: Remove unused nf-core functions Signed-off-by: jvfe <jvfecav@gmail.com> * fix: Remove missing functions in RGI module Signed-off-by: jvfe <jvfecav@gmail.com> --------- Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Add rspr and evolccm to annotation entry (#183) Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Update arete logo Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Update poppunk website url Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Make it clear that dynamics tools are optional Signed-off-by: jvfe <jvfecav@gmail.com> * docs(output): Add not about modules not included in report Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add link to full documentation Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Add a command that runs all subworkflows * docs(usage): Add note about storage requirements Signed-off-by: jvfe <jvfecav@gmail.com> * docs: Fix header in readme * refactor: Add 1.0 threshold to subsetting heatmap (#184) * refactor: Reduce number of tools on ci test Signed-off-by: jvfe <jvfecav@gmail.com> * refactor: Remove group outputs from rspr exact Signed-off-by: jvfe <jvfecav@gmail.com> * fix: Remove old fork name Signed-off-by: jvfe <jvfecav@gmail.com> --------- Signed-off-by: jvfe <jvfecav@gmail.com> Co-authored-by: KARTIK KAKADIYA <20909285+ktkakadiya@users.noreply.github.com> Co-authored-by: ktkakadiya <99840261+ktkakadiya@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: jvfe jvfecav@gmail.com