Skip to content

Commit e3e667b

Browse files
authored
Merge pull request #130 from bigbio/dev
major changes and bug fixing.
2 parents 1a01874 + f102b68 commit e3e667b

File tree

432 files changed

+789
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+789
-733
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
wget -nv https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/example-projects/LFQ_PXD007683.zip
5454
unzip -d ./lfq LFQ_PXD007683.zip
55-
multiqc ./lfq --config ./lfq/LFQ_PXD007683/multiqc_config.yml -o ./results_lfq
55+
multiqc ./lfq --config ./lfq/multiqc_config.yml -o ./results_lfq
5656
- uses: actions/upload-artifact@v4
5757
if: always()
5858
name: Upload results
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
wget -nv https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/example-projects/TMT_PXD007683.zip
7777
unzip -d ./tmt TMT_PXD007683.zip
78-
multiqc ./tmt --config ./tmt/TMT_PXD007683/multiqc_config.yml -o ./results_tmt
78+
multiqc ./tmt --config ./tmt/multiqc_config.yml -o ./results_tmt
7979
- uses: actions/upload-artifact@v4
8080
if: always()
8181
name: Upload results
@@ -96,8 +96,8 @@ jobs:
9696
run: pip install .
9797
- name: Test DIA dataset
9898
run: |
99-
wget -nv https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/dia/dia.zip
100-
unzip -d ./dia dia.zip
99+
wget -nv https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/dia/dia_81923.zip
100+
unzip -d ./dia dia_81923.zip
101101
multiqc ./dia --config ./dia/multiqc_config.yml -o ./results_dia
102102
- uses: actions/upload-artifact@v4
103103
if: always()

README.md

Lines changed: 2 additions & 1 deletion
-446 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)