-
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
Add tellread #149
Merged
Merged
Add tellread #149
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
Version 2.0 of TellSeq support removes the master tellread.sh script and the drop-in replacement TRConvertJob.py for Job()s that wrap individual steps in the original script. These steps can be used in whole or in part in varying order in the refactored SPP plugin (qp-klp).
Added optional parameter to Pipeline() class that overwrites the values in the lane column of a sample-sheet's data section. This functionality used to reside in the qp-klp plugin and is a common usage pattern. This allows SPP to override the value in a sample-sheet's lane column with the value provided by the user at submission time.
Fixes error found when post-processing adapter-trimmed fastq files. All files were being moved into one of the project sub-folders, rather than into their associated folders. This appears to be due to recent implementation change. All files are now moved into their correct folder.
@antgonza There are 36 files to review, which is quite large, but a number are new files in the contrib directory that don't need reviewing. There's also new Jinja2 template files and they're fairly easy to read. Many files just contain small changes. There is also some new code to test processing squeue output and a simulated squeue python script. |
antgonza
requested changes
Nov 25, 2024
sequence_processing_pipeline/templates/compute_sequence_counts_for_normalization.sbatch
Outdated
Show resolved
Hide resolved
Request from Antonio to make TRNormCountsJob more generalized for current and upcoming work. TRNormCountsJob replaced w/SeqCountsJob: * takes a list of paths to fastq and/or fastq.gz files. * runs seqtk to count sequences and bases in parallel. * aggregator code produces a json file of counts from log output.
@antgonza Ready for review! Thanks again! |
This was referenced Dec 2, 2024
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.
Changes and additions to support tellseq.