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 problems with empty annotation intersection #159

Merged
merged 70 commits into from
Aug 6, 2024

Conversation

nictru
Copy link
Collaborator

@nictru nictru commented Jul 12, 2024

This commit changes several things:

  • Make sure pipeline terminates in an ordered way if no circRNAs are detected
  • Rework the last few steps of the BSJ detection
  • Rework the structure of the output directory
  • Update the documentation

@nictru nictru linked an issue Jul 12, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jul 12, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 90172a0

+| ✅ 235 tests passed       |+
!| ❗   1 tests had warnings |!

❗ Test warnings:

  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).

✅ Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-08-06 12:40:25

@ZabalaAitor
Copy link

I ran 4 samples (2 samples with circRNA detection and 2 without detection).

Previous results:
HC01: 2 circles
HC02: 1 circle
HC04: 0 circles
RR05: 0 circles

New results:
HC01: 3 circles
HC02: 2 circles
HC04: 1 circle
RR05: 0 circles

Additionally, I encountered the following error:

ERROR ~ Error executing process > 'NFCORE_CIRCRNA:CIRCRNA:CIRCRNA_DISCOVERY:ANNOTATION:ANNOTATE (RR05:circrna_finder)'

Caused by:
  Process `NFCORE_CIRCRNA:CIRCRNA:CIRCRNA_DISCOVERY:ANNOTATION:ANNOTATE (RR05:circrna_finder)` terminated with an error exit status (1)

I have attached the output file (slurm-505469.txt) which details the error (the specified working folder has the RR05.intersect.bed file empty).

@nictru nictru force-pushed the 150-problems-with-empty-annotation-intersection branch from 9944c92 to 08d56cc Compare August 2, 2024 05:45
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/output.md Outdated Show resolved Hide resolved
docs/output.md Outdated Show resolved Hide resolved
docs/output.md Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
nextflow_schema.json Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nictru and others added 14 commits August 6, 2024 14:24
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
@nictru
Copy link
Collaborator Author

nictru commented Aug 6, 2024

@mashehu you really see everything, very impressive

@nictru nictru merged commit 4062690 into dev Aug 6, 2024
4 checks passed
@nictru nictru deleted the 150-problems-with-empty-annotation-intersection branch August 6, 2024 13:05
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.

pandas.errors.EmptyDataError: No columns to parse from file Problems with empty annotation intersection
3 participants