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

Fix strintie io #416

Merged
merged 9 commits into from
Oct 2, 2023
Merged

Fix strintie io #416

merged 9 commits into from
Oct 2, 2023

Conversation

rannick
Copy link
Collaborator

@rannick rannick commented Oct 2, 2023

Closes #415 and adds stringtie to github ci tests

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!
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • CHANGELOG.md is updated.

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 8ece842

+| ✅ 158 tests passed       |+
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • pipeline_todos - TODO string in WorkflowRnafusion.groovy: Optionally add in-text citation tools to this list.

✅ Tests passed:

Run details

  • nf-core/tools version 2.10
  • Run at 2023-10-02 11:26:02

@rannick rannick self-assigned this Oct 2, 2023
@rannick rannick added the WIP Work in progress label Oct 2, 2023
@rannick rannick requested review from fevac and peterpru October 2, 2023 11:28
@rannick rannick removed the WIP Work in progress label Oct 2, 2023
Copy link
Contributor

@fevac fevac left a comment

Choose a reason for hiding this comment

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

Nice! 🌟

@@ -104,3 +104,10 @@ jobs:
--outdir /home/runner/work/rnafusion/rnafusion/results --starfusion \
--genomes_base /home/runner/work/rnafusion/rnafusion/results/references \
--cosmic_username ${{ secrets.COSMIC_USERNAME }} --cosmic_passwd ${{ secrets.COSMIC_PASSWD }}

- name: Dry test stingtie
Copy link
Contributor

Choose a reason for hiding this comment

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

let's revisit the ci in a future PR

@rannick rannick merged commit 91a5927 into dev Oct 2, 2023
6 checks passed
@rannick rannick deleted the fix_strintie_io branch November 27, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not a valid path value type: java.util.LinkedHashMap ([id:Homo_sapiens.GRCh38.102.chr.gtf])
2 participants