forked from galaxyproject/iwc
-
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 'VGP-decontamination' of https://github.com/Delphine-L/iwc…
… into VGP-decontamination
- Loading branch information
Showing
155 changed files
with
40,637 additions
and
1,942 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
with: | ||
python-version-list: "[\"3.7\"]" | ||
galaxy-fork: galaxyproject | ||
galaxy-branch: release_22.05 | ||
galaxy-branch: release_23.1 | ||
max-chunks: 4 | ||
|
||
# Planemo lint the changed repositories | ||
|
@@ -57,7 +57,7 @@ jobs: | |
python-version-list: "[\"3.7\"]" | ||
repository-list: ${{ needs.setup.outputs.repository-list }} | ||
galaxy-fork: galaxyproject | ||
galaxy-branch: master | ||
galaxy-branch: release_23.1 | ||
check-outputs: false | ||
|
||
combine_outputs: | ||
|
@@ -139,3 +139,25 @@ jobs: | |
workflows: true | ||
workflow-namespace: iwc-workflows | ||
github-token: ${{ secrets.IWC_WORKFLOWS_BOT_TOKEN }} | ||
|
||
deploy-report: | ||
name: Report deploy status | ||
needs: [deploy] | ||
if: ${{ always() && needs.deploy.result != 'success' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'galaxyproject' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
# report to the PR if deployment failed | ||
- name: Get PR object | ||
uses: 8BitJonny/[email protected] | ||
id: getpr | ||
with: | ||
sha: ${{ github.event.after }} | ||
- name: Create comment | ||
uses: peter-evans/create-or-update-comment@v2 | ||
with: | ||
token: ${{ secrets.PAT }} | ||
issue-number: ${{ steps.getpr.outputs.number }} | ||
body: | | ||
Attention: deployment ${{ needs.deploy.result }}! | ||
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} |
7 changes: 7 additions & 0 deletions
7
workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3/.dockstore.yml
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 @@ | ||
version: 1.2 | ||
workflows: | ||
- name: main | ||
primaryDescriptorPath: /Assembly-Hifi-only-VGP3.ga | ||
subclass: Galaxy | ||
testParameterFiles: | ||
- /Assembly-Hifi-only-VGP3-tests.yml |
44 changes: 44 additions & 0 deletions
44
workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3/Assembly-Hifi-only-VGP3-tests.yml
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,44 @@ | ||
- doc: Test for Assembly-Hifi-only-VGP3 | ||
job: | ||
Meryl Database: | ||
class: File | ||
location: https://zenodo.org/record/8371053/files/Meryl-db.meryldb?download=1 | ||
filetype: meryldb | ||
Genomescope Summary: | ||
class: File | ||
location: https://zenodo.org/record/8371053/files/GenomeScope_Summary.txt?download=1 | ||
filetype: txt | ||
Pacbio Reads Collection: | ||
class: Collection | ||
collection_type: list | ||
elements: | ||
- class: File | ||
identifier: yeast_reads_sub1.fastq.gz | ||
location: https://zenodo.org/record/8371053/files/yeast_reads_sub1.fastq.gz?download=1 | ||
Bits for Hifiasm bloom filter: 32 | ||
SAK input file (Optional): null | ||
Name of primary assembly: Primary | ||
Name of alternate assembly: Alternate | ||
outputs: | ||
Hifiasm Primary assembly: | ||
asserts: | ||
has_n_lines: | ||
n: 174 | ||
Hifiasm Alternate assembly: | ||
asserts: | ||
has_n_lines: | ||
n: 4 | ||
Assembly Stats on Alternate Assembly: | ||
asserts: | ||
has_line: | ||
line: "# scaffolds 2" | ||
Estimated Genome size: 2288021 | ||
Assembly Stats on Primary assembly: | ||
asserts: | ||
has_line: | ||
line: "# scaffolds 87" | ||
Nx Plot: | ||
asserts: | ||
has_size: | ||
value : 60000 | ||
delta: 10000 |
Oops, something went wrong.