8000 Benchmarking by Fabian-Boehm · Pull Request #118 · nf-core/circrna · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Benchmarking #118

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

Draft
wants to merge 35 commits into
base: dev
Choose a base branch
from
Draft

Benchmarking #118

wants to merge 35 commits into from

Conversation

Fabian-Boehm
Copy link
@Fabian-Boehm Fabian-Boehm commented May 8, 2024

Implementation of benchmarking and statistics based on the comparison of polyA selected RNA and total RNA

@Fabian-Boehm Fabian-Boehm requested a review from nictru May 8, 2024 10:07
@nictru nictru linked an issue Jun 9, 2024 that may be closed by this pull request
Copy link
github-actions bot commented Jun 18, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit c4f4b3c

+| ✅ 248 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-09-16 10:38:28

Copy link
Collaborator
@nictru nictru left a comment

Choose a reason for hiding this comment

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

Good start :)

def read_bed_file(file_path):
data = {'chromosome': [], 'start': [], 'strand': []}
with open(file_path, 'r') as file:
reader = csv.reader(file, delimiter='\t')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Reminder

Comment on lines +4 to +5
conda "bioconda::matplotlib=3.5.1 bioconda::seaborn=0.11.2"
container 'https://depot.galaxyproject.org/singularity/bionumpy:0.2.12--pyha8f3691_0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Reminder

@nictru nictru marked this pull request as ready for review September 5, 2024 15:58
@nf-core-bot
Copy link
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 2.14.1.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@lpantano
Copy link

Hi @Fabian-Boehm , @nictru, is this still relevant? if so, maybe we can add to a project in this coming hackathon.

PS:we are doing spring cleaning , sorry for the pings

@nictru
Copy link
Collaborator
nictru commented Mar 11, 2025

Fabian left my lab unfortunately, so this was stalled for some time now. But @mweyrich28 will take over soon. So it is not really a hackathon thing, but rather an ongoing project with funding.

@lpantano
Copy link

Thank you! I will make a note.

@nictru nictru marked this pull request as draft April 22, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Implement polyA-Benchmarking
4 participants
0