-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This merge will change some workflow inputs, so it'll require additional commits to fix, but this is necessary for the repository restructuring happening. * runAssembly in pipeline * host removal testing + cleanup * tests for runAssembly * reads to contig restructured as subworkflow. adding nf-test CI * fixing JDK version for CI * testing Apptainer for CI * cleanup * updated snapshots for JDK 17 * adding debugging output * more testing output for GH actions * added Git LFS to testing yml * adding sharding to tests - checking to see if this resolves space issues with the runner * removing files from LFS * basic testing for runReadsToContig * adding nf-test file * attempting optimized testing requirements * reverting testing strategy * host removal testing accounts for inconsistent file naming
- Loading branch information
Showing
46 changed files
with
892 additions
and
512 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: CI Tests | ||
|
||
on: [push] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
shard: [1, 2, 3, 4] | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
|
||
- name: Set up Apptainer 1.3.0 | ||
uses: eWaterCycle/setup-apptainer@v2 | ||
with: | ||
apptainer-version: 1.3.0 | ||
|
||
|
||
- name: Setup Nextflow 24.10.1 | ||
uses: nf-core/setup-nextflow@v1 | ||
with: | ||
version: "24.10.1" | ||
|
||
- name: Install nf-test | ||
run: | | ||
wget -qO- https://get.nf-test.com | bash | ||
sudo mv nf-test /usr/local/bin/ | ||
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }}) | ||
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
**/__pycache__/* | ||
.nextflow* | ||
**/work** | ||
**/work/** | ||
*/logs/* | ||
**/ec_info/* | ||
.nf-test* |
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
6 changes: 0 additions & 6 deletions
6
modules/hostRemoval/test_files/parameters/hostRemoval_basic.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
modules/hostRemoval/test_files/parameters/hostRemoval_options.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
modules/hostRemoval/test_files/parameters/hostRemoval_unpaired.json
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.