-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/github_actions/khan/pull-reques…
…t-workflow-cancel-1.0.1
- Loading branch information
Showing
19 changed files
with
254 additions
and
266 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# Checking out the repository which is to be actioned | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
# Implementing action on repository | ||
- uses: VinnyBabuManjaly/[email protected] | ||
with: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
Formatting: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Formatting | ||
uses: github/super-linter@v4.10.1 | ||
uses: github/super-linter@v5.0.0 | ||
env: | ||
VALIDATE_ALL_CODEBASE: false | ||
DEFAULT_BRANCH: master | ||
|
@@ -39,7 +39,7 @@ jobs: | |
env: | ||
GISAID_API_TOKEN: ${{ secrets.GISAID_API_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Lint workflow | ||
uses: snakemake/[email protected] | ||
with: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# if: github.ref != 'refs/heads/master' | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/checkout@v4 | ||
# - uses: actions/setup-python@v4 | ||
# - uses: pre-commit/[email protected] | ||
|
||
|
@@ -71,11 +71,14 @@ jobs: | |
matrix: | ||
rule: [all, all -npr] | ||
# disable ont actions | ||
# technology: [all, illumina, ont, ion] | ||
technology: [all, illumina, ion] | ||
technology: [all, illumina, ont, ion] | ||
# technology: [all, illumina, ion] | ||
seq_method: [shotgun, amplicon] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.11' | ||
|
||
# android - will release about 10 GB if you don't need Android | ||
# dotnet - will release about 20 GB if you don't need .NET | ||
|
@@ -103,14 +106,14 @@ jobs: | |
curl -L https://github.com/thomasbtf/small-kraken-db/raw/master/B.1.1.7.reads.1.fastq.gz > .tests/data/B117.2.fastq.gz | ||
echo sample_name,fq1,fq2,date,is_amplicon_data,technology > .tests/config/pep/samples.csv | ||
echo illumina-test,data/B117.1.fastq.gz,data/B117.2.fastq.gz,2022-01-01,$AMPLICON,illumina >> .tests/config/pep/samples.csv | ||
# - name: Prepare test data for Oxford Nanopore | ||
# if: steps.test-data.outputs.cache-hit != true && (startsWith(matrix.rule, 'all') && matrix.technology == 'ont' || matrix.rule == 'compare_assemblers') | ||
# run: | | ||
# if [[ "${{ matrix.seq_method }}" = "shotgun" ]] ; then export AMPLICON=0; else export AMPLICON=1; fi | ||
# mkdir -p .tests/data | ||
# curl -L https://github.com/thomasbtf/small-kraken-db/raw/master/ont_reads.fastq.gz > .tests/data/ont_reads.fastq.gz | ||
# echo sample_name,fq1,date,is_amplicon_data,technology > .tests/config/pep/samples.csv | ||
# echo ont-test,data/ont_reads.fastq.gz,2022-01-01,$AMPLICON,ont >> .tests/config/pep/samples.csv | ||
- name: Prepare test data for Oxford Nanopore | ||
if: steps.test-data.outputs.cache-hit != true && (startsWith(matrix.rule, 'all') && matrix.technology == 'ont' || matrix.rule == 'compare_assemblers') | ||
run: | | ||
if [[ "${{ matrix.seq_method }}" = "shotgun" ]] ; then export AMPLICON=0; else export AMPLICON=1; fi | ||
mkdir -p .tests/data | ||
curl -L https://github.com/thomasbtf/small-kraken-db/raw/master/ont_reads.fastq.gz > .tests/data/ont_reads.fastq.gz | ||
echo sample_name,fq1,date,is_amplicon_data,technology > .tests/config/pep/samples.csv | ||
echo ont-test,data/ont_reads.fastq.gz,2022-01-01,$AMPLICON,ont >> .tests/config/pep/samples.csv | ||
- name: Prepare test data for Ion Torrent | ||
if: steps.test-data.outputs.cache-hit != true && (startsWith(matrix.rule, 'all') && matrix.technology == 'ion' || matrix.rule == 'compare_assemblers') | ||
run: | | ||
|
@@ -189,7 +192,7 @@ jobs: | |
] | ||
# generate_test_cases, | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
# - name: Cache conda dependencies | ||
# uses: actions/cache@v2 | ||
|
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
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ channels: | |
- bioconda | ||
- nodefaults | ||
dependencies: | ||
- varlociraptor =5.3 | ||
- varlociraptor =8.4 |
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
Oops, something went wrong.