-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from phac-nml/dev
0.3.0 Release
- Loading branch information
Showing
27 changed files
with
312 additions
and
86 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 |
---|---|---|
|
@@ -42,17 +42,32 @@ jobs: | |
python-version: "3.11" | ||
architecture: "x64" | ||
|
||
- name: read .nf-core.yml | ||
uses: pietrobolcato/[email protected] | ||
id: read_yml | ||
with: | ||
config: ${{ github.workspace }}/.nf-core.yml | ||
|
||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install nf-core | ||
pip install nf-core==${{ steps.read_yml.outputs['nf_core_version'] }} | ||
- name: Run nf-core pipelines lint | ||
if: ${{ github.base_ref != 'main' }} | ||
env: | ||
GITHUB_COMMENTS_URL: ${{ github.event.pull_request.comments_url }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }} | ||
run: nf-core -l lint_log.txt pipelines lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md | ||
|
||
- name: Run nf-core lint | ||
- name: Run nf-core pipelines lint --release | ||
if: ${{ github.base_ref == 'master' }} | ||
env: | ||
GITHUB_COMMENTS_URL: ${{ github.event.pull_request.comments_url }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }} | ||
run: nf-core -l lint_log.txt lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md | ||
run: nf-core -l lint_log.txt pipelines lint --release --dir ${GITHUB_WORKSPACE} --markdown lint_results.md | ||
|
||
- name: Save PR number | ||
if: ${{ always() }} | ||
|
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
sample outbreak organism subtype country serovar age date source special | ||
S1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef True | ||
S2 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk False | ||
S3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese True | ||
S4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese True | ||
S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk False | ||
S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit False | ||
sample_name outbreak organism subtype country serovar age date source special sample | ||
S1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef True S1 | ||
S2 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk False S2 | ||
S3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese True S3 | ||
S4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese True S4 | ||
S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk False S5 | ||
S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit False S6 |
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,7 +1,7 @@ | ||
sample outbreak organism subtype | ||
S1 1 Escherichia coli EHEC/STEC | ||
S2 1 Escherichia coli EHEC/STEC | ||
S3 2 Escherichia coli EPEC | ||
S4 2 Escherichia coli EPEC | ||
S5 3 Escherichia coli EAEC | ||
S6 unassociated Escherichia coli EAEC | ||
sample_name outbreak organism subtype sample | ||
S1 1 Escherichia coli EHEC/STEC S1 | ||
S2 1 Escherichia coli EHEC/STEC S2 | ||
S3 2 Escherichia coli EPEC S3 | ||
S4 2 Escherichia coli EPEC S4 | ||
S5 3 Escherichia coli EAEC S5 | ||
S6 unassociated Escherichia coli EAEC S6 |
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,7 +1,7 @@ | ||
sample outbreak organism subtype country serovar age date source special | ||
S1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef True | ||
MISMATCH 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk False | ||
S3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese True | ||
S4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese True | ||
S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk False | ||
S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit False | ||
sample_name outbreak organism subtype country serovar age date source special sample | ||
S1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef True S1 | ||
MISMATCH 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk False MISMATCH | ||
S3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese True S3 | ||
S4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese True S4 | ||
S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk False S5 | ||
S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit False S6 |
7 changes: 7 additions & 0 deletions
7
tests/data/arborator/samplenames_metadata/metadata.included.tsv
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,7 @@ | ||
sample_name outbreak organism subtype country serovar age date source special sample | ||
sample1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef True S1 | ||
sample_2 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk False S2 | ||
sample_3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese True S3 | ||
sample4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese True S4 | ||
sample4_S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk False S5 | ||
S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit False S6 |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
sample outbreak organism subtype country serovar age date source special | ||
S1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef true | ||
S2 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk false | ||
S3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese true | ||
S4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese true | ||
S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk false | ||
S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit false | ||
sample_name sample outbreak organism subtype country serovar age date source special | ||
S1 S1 1 Escherichia coli EHEC/STEC Canada O157:H7 21 2024/05/30 beef true | ||
S2 S2 1 Escherichia coli EHEC/STEC The United States O157:H7 55 2024/05/21 milk false | ||
S3 S3 2 Escherichia coli EPEC France O125 14 2024/04/30 cheese true | ||
S4 S4 2 Escherichia coli EPEC France O125 35 2024/04/22 cheese true | ||
S5 S5 3 Escherichia coli EAEC Canada O126:H27 61 2012/09/01 milk false | ||
S6 S6 unassociated Escherichia coli EAEC Canada O111:H21 43 2011/12/25 fruit false |
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,7 +1,7 @@ | ||
sample outbreak organism subtype | ||
S1 1 Escherichia coli EHEC/STEC | ||
S2 1 Escherichia coli EHEC/STEC | ||
S3 2 Escherichia coli EPEC | ||
S4 2 Escherichia coli EPEC | ||
S5 3 Escherichia coli EAEC | ||
S6 unassociated Escherichia coli EAEC | ||
sample_name sample outbreak organism subtype | ||
S1 S1 1 Escherichia coli EHEC/STEC | ||
S2 S2 1 Escherichia coli EHEC/STEC | ||
S3 S3 2 Escherichia coli EPEC | ||
S4 S4 2 Escherichia coli EPEC | ||
S5 S5 3 Escherichia coli EAEC | ||
S6 S6 unassociated Escherichia coli EAEC |
Oops, something went wrong.