-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial add * initial cleanup * first pass at converting TELLREAD scripts * Second pass at integrating tellread scripts * third pass adding tellread * fourth pass * Fifth pass, tested on qiita-rc and then refactored. * Manually merged with current master * Manually merged with master * Updates based on testing in qiita-rc * flake8 * Small fixes * Refactor KISSLoader to be more DRY. * Pipeline.py updated to support changes in qp-klp * Version 2.0 of TellSeq support. 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). * Creation tests added for new TellReadJob() class. * flake8 * New sample files added * Added optional parameter to Pipeline() class. 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. * bugfix * Fixes error 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. * Rewrote test * Updated branch to use new DFSheet() functionality * Updated to recent changes in metapool * Update from testing * Updates to TRIntegrateJob based on testing * Updated sample config file * Replaced legacy exit check for tellread * recent updates * Updated tests * Update setup.py to point to merged metapool updates * New tests for slurm polling * Updates * Updates * flake8 * flake8 post merger * Fixed older test * Minor update * Remove lengthy comment * fix test * Updates based on feedback * Update based on feedback * Added renamed file * Refactored sequence counting job 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. * Update test based on randomness in output generation * Updates based on feedback * Common parse_log() method made default
- Loading branch information
1 parent
2c94f2a
commit b6fb6ff
Showing
55 changed files
with
2,610 additions
and
368 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.