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

Allele data can also be used via internet link in sample sheet #211

Merged
merged 3 commits into from
Aug 31, 2023

Conversation

alina-bauer
Copy link
Contributor

@alina-bauer alina-bauer commented Aug 31, 2023

Now allele data as an internet link can also be used in pipeline.
Restoring the functionality of the previous PR.

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/epitopeprediction 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).

@github-actions
Copy link

github-actions bot commented Aug 31, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit 89259c6

+| ✅ 159 tests passed       |+

✅ Tests passed:

Run details

  • nf-core/tools version 2.9
  • Run at 2023-08-31 08:22:27

Copy link
Contributor

@jonasscheid jonasscheid left a comment

Choose a reason for hiding this comment

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

Local runs run through except grch38 -> #208

@jonasscheid jonasscheid merged commit 6700180 into nf-core:dev Aug 31, 2023
7 of 14 checks passed
@christopher-mohr
Copy link
Collaborator

Just two comments:

  • the pipeline does not accept .alleles files anymore now. Might not be necessary, just important to note that the behavior of the pipeline is changed.
  • why do you want to handle "remotely stored" files manually in the python script? The file staging is done by the pipeline/nextflow functionality anyway.

@alina-bauer
Copy link
Contributor Author

I will write it in my backlog.. the .alleles file will follow soon.
Yes I didn't have that in mind.. the file staging by nextflow is much easier, this functionality will follow soon together with the yet not used allele check.

@christopher-mohr
Copy link
Collaborator

I will write it in my backlog.. the .alleles file will follow soon. Yes I didn't have that in mind.. the file staging by nextflow is much easier, this functionality will follow soon together with the yet not used allele check.

Thanks for the feedback!

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.

3 participants