Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed multiple bugs and nf-template #331

Merged
merged 15 commits into from
Dec 27, 2023
Merged

fixed multiple bugs and nf-template #331

merged 15 commits into from
Dec 27, 2023

Conversation

daichengxin
Copy link
Collaborator

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/quantms branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@daichengxin daichengxin linked an issue Dec 21, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Dec 21, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit e80ba58

+| ✅ 160 tests passed       |+
#| ❔   4 tests were ignored |#

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.11.1
  • Run at 2023-12-27 07:57:48

@ypriverol
Copy link
Member

@jpfeuffer can we move the phospho files to PRIDE FTP.

@jpfeuffer
Copy link
Collaborator

I would say put it to wherever is most reliable.

Did you see this: nf-core#134

Also seems to be related to test data

@daichengxin daichengxin linked an issue Dec 24, 2023 that may be closed by this pull request
@daichengxin daichengxin linked an issue Dec 26, 2023 that may be closed by this pull request
@@ -825,7 +825,7 @@ def mztab_PSH(report, folder, database):
def __find_info(directory, n):
# This line matches n="220101_myfile", folder="." to
# "myfolder/220101_myfile_ms_info.tsv"
files = list(Path(directory).glob(f"*{n}*_info.tsv"))
files = list(Path(directory).glob(f"{n}_ms_info.tsv"))
Copy link
Member

@ypriverol ypriverol Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daichengxin I think is better:

files = list(Path(directory).rglob(f"{n}_ms_info.tsv"))

This will allow to search in subfolders.

@daichengxin daichengxin changed the title fixed multiqc warning and nf-template fixed multiple bugs and nf-template Dec 27, 2023
@ypriverol ypriverol self-requested a review December 27, 2023 18:53
@ypriverol ypriverol merged commit d770c74 into bigbio:dev Dec 27, 2023
12 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DIA-NN convert to mzTab failing SAGE jobs are not caching Warning message should be removed
4 participants