-
Notifications
You must be signed in to change notification settings - Fork 43
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
NF_RCP-F_1.0.4-RC1 #29
Draft
J-81
wants to merge
60
commits into
nasa:master
Choose a base branch
from
J-81:DEV_NF_RCP-F
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
Prior, --illumina was harded coded. Now, neither --illumina nor --nextera are supplied. As per the Trim Galore [Manual](https://github.com/FelixKrueger/TrimGalore/blob/0.6.7/Docs/Trim_Galore_User_Guide.md#adapter-auto-detection): " If no sequence was supplied, Trim Galore will attempt to auto-detect the adapter which has been used. For this it will analyse the first 1 million sequences of the first specified file and attempt to find the first 12 or 13bp of the following standard adapters: ``` Illumina: AGATCGGAAGAGC Small RNA: TGGAATTCTCGG Nextera: CTGTCTCTTATA ``` If no adapter contamination can be detected within the first 1 million sequences, or in case of a tie between several different adapters, Trim Galore defaults to `--illumina`, as long as the Illumina adapter sequence was one of the options. If there was a tie between the Nextera and small RNA adapter, the default is `--nextera`. The auto-detection results are shown on screen and printed to the trimming report for future reference. "
Prior, runsheet via 1.1.8 Now, runsheet via 1.3.2 + plugin Identical output expected and attained
Prior, `sample` was global within the lambda functions and thus resulted in last `sample` being used for all checks (the last state of `sample`). Now, `sample` is bound at lambda definition rather than at runtime (using global). Validated in 194 and 48 tests.
Reference workflow commit: 3b7e0ba
### Prior * Tests used dge table md5sum for testing, this was subject to numerical instability driven differences causing test failure. ### Now * summary.txt files are output from the `summary` function in R. This naturally reduces precision in summary statistics allowing detection of meaningful numeric differences (non numerical stability related)
Enables usage of act to run actions via cli
torres-alexis
added a commit
to torres-alexis/GeneLab_Data_Processing
that referenced
this pull request
Dec 6, 2023
nasa#29 - Based on: 1092e80 2dd8fce 11a22f0 7ba75d0 4e317f2 5d35b61 7d2cc24 53363e4 1b6e325 b5013e9 574eb79 fc89c5e 1500019 6719218 35c9823 af0b716 cbf6055 6a0d105 ee188eb a8c65d3 - Changed dge module to DGE_BY_DESEQ2, added test modules - Removed deprecated conda support files - Updated ensembl file used for test dataset VV
torres-alexis
added a commit
to torres-alexis/GeneLab_Data_Processing
that referenced
this pull request
Feb 1, 2024
nasa#29 - Based on: 1092e80 2dd8fce 11a22f0 7ba75d0 4e317f2 5d35b61 7d2cc24 53363e4 1b6e325 b5013e9 574eb79 fc89c5e 1500019 6719218 35c9823 af0b716 cbf6055 6a0d105 ee188eb a8c65d3 - Changed dge module to DGE_BY_DESEQ2, added test modules - Removed deprecated conda support files - Updated ensembl file used for test dataset VV
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.
Planned Fixes (Marked as done when this PR includes implementations):