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

Fastp sc #331

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Fastp sc #331

wants to merge 3 commits into from

Conversation

mapo9
Copy link
Collaborator

@mapo9 mapo9 commented May 7, 2024

This pr adds the fastp module to the raw single cell based subworkflow.

@mapo9 mapo9 requested a review from ggabernet May 7, 2024 12:25
Copy link

github-actions bot commented May 7, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 09d135a

+| ✅ 205 tests passed       |+
#| ❔   7 tests were ignored |#
!| ❗   1 tests had warnings |!

❗ Test warnings:

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.13.1
  • Run at 2024-05-08 13:14:53

@ggabernet ggabernet changed the base branch from dev to master May 28, 2024 23:54
@ggabernet ggabernet changed the base branch from master to dev May 28, 2024 23:54
@ggabernet ggabernet changed the base branch from dev to master November 26, 2024 02:12
@ggabernet ggabernet changed the base branch from master to dev November 26, 2024 02:12
tuple val(meta_2), path(orig_r1), path(orig_r2)

output:
tuple val(meta), path('*R1_001.fastq.gz'), path('*R2_001.fastq.gz') , emit: reads
Copy link
Member

Choose a reason for hiding this comment

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

The files won't necessarily end with R1_001.fastq.gz unless we force them to be named this way. Would it be a possibility to rename at this step the fastq files so that they have the name that cellranger expects? We have to be careful with different files from the same sample that correspond to different lanes though


script:
"""
mv ${R1} fastp_${orig_r1}
Copy link
Member

Choose a reason for hiding this comment

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

Why adding fastp at the beginning of the filenames?

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.

2 participants