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

Refactored SPP plugin w/tellread support. #92

Merged
merged 32 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7d7aeea
Updated to support changes to submit_job.
charles-cowart Sep 16, 2024
cdb613a
Updated
charles-cowart Sep 16, 2024
22d5f72
point to add_tellread branch of mg-scripts
charles-cowart Sep 17, 2024
6b9645f
WIP: Refactored qp-klp plugin to support new pipelines
charles-cowart Sep 30, 2024
4e508d9
Update git w/latest on Workflows
charles-cowart Oct 7, 2024
ab986e0
klp updated to use new classes, streamlined
charles-cowart Oct 7, 2024
1953326
Added tests for Workflow creation using factory class.
charles-cowart Oct 10, 2024
485ec72
Reorganized sample input files into folders.
charles-cowart Oct 10, 2024
0bf48c1
Revamping existing tests
charles-cowart Oct 12, 2024
dd68d5c
Revamping NuQCJob tests
charles-cowart Oct 13, 2024
707506a
New tests exercise ConvertJob and NuQCJob
charles-cowart Oct 14, 2024
0704682
Updates from this week
charles-cowart Oct 19, 2024
f3deac4
Updated Amplicon quality control test.
charles-cowart Oct 21, 2024
933e78f
Address test fail on MacOS vs Linux
charles-cowart Oct 21, 2024
09a1cc2
Updates
charles-cowart Nov 4, 2024
73d5d06
Pre-test push
charles-cowart Nov 7, 2024
b46ba32
Checkpoint
charles-cowart Nov 22, 2024
ebe2915
checkpoint2
charles-cowart Nov 22, 2024
e963ed7
Code audit
charles-cowart Nov 23, 2024
4f92021
All tests are passing again post metapool + mgscripts updates
charles-cowart Nov 24, 2024
b443c14
flake8
charles-cowart Nov 24, 2024
3d7e8ab
smaller dummy files
charles-cowart Nov 24, 2024
6a9ac71
update test
charles-cowart Nov 24, 2024
632c366
Updates
charles-cowart Nov 25, 2024
2b1e4e9
Removed TODOs
charles-cowart Nov 25, 2024
e28bb9f
Updates
charles-cowart Nov 25, 2024
f195631
Some updates based on feedback
charles-cowart Dec 4, 2024
41dfbf5
Removing .DS_Store
charles-cowart Dec 4, 2024
e0272f8
Updates based on feedback
charles-cowart Dec 6, 2024
ccfc81b
Updates based on feedback
charles-cowart Dec 10, 2024
dd6db59
Updates based on testing
charles-cowart Dec 11, 2024
32c808d
Updates based on feedback
charles-cowart Dec 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/qiita-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
# seqtk is a conda-installed requirement for metapool and isn't
# installed automatically by its setup.py.
conda config --add channels bioconda
conda create -q --yes -n klp python=3.9 seqtk
conda create -q --yes -n klp python=3.9 'seqtk>=1.4'

conda activate klp

export QIITA_SERVER_CERT=`pwd`/qiita-dev/qiita_core/support_files/server.crt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pandas",
"qiita-files@https://github.com/qiita-spots/qiita-files/archive/master.zip",
"qiita_client@https://github.com/qiita-spots/qiita_client/archive/master.zip",
"sequence-processing-pipeline@https://github.com/biocore/mg-scripts/archive/master.zip",
"sequence-processing-pipeline@https://github.com/biocore/mg-scripts/archive/master.zip"
]
[project.scripts]
configure_klp = "qp_klp.scripts.configure_klp:config"
Expand Down
128 changes: 0 additions & 128 deletions qp_klp/Amplicon.py

This file was deleted.

Loading
Loading