You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the nf-core/atacseq pipeline and need to specify the --read_length parameter for my FASTQ files, which have a read length of 76 bp. However, the pipeline currently only allows --read_length values of 50, 100, 150, or 200, making it unclear how to proceed with read lengths that fall outside these values.
According to the documentation, the --read_length parameter is used to define the --sjdbOverhang parameter in STAR as (read_length - 1), which is critical for accurate alignment. For my case, the correct sjdbOverhang should be 75, but there is no direct way to specify this in the pipeline.
Proposed Solutions
Allow Users to Directly Specify sjdbOverhang
Introduce a new optional parameter (e.g., --sjdbOverhang) that lets users override the value instead of relying on --read_length.
Expand --read_length Options
Instead of restricting --read_length to specific values, allow users to input any valid read length.
Auto-Detect Read Length from Input FASTQs
The pipeline could infer the read length from the input FASTQ files and set sjdbOverhang accordingly.
Would it be possible to implement one of these solutions in a future release? Let me know if there's any workaround in the meantime.
Thanks for your help!
Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
Hello,
I am using the nf-core/atacseq pipeline and need to specify the
--read_length
parameter for my FASTQ files, which have a read length of 76 bp. However, the pipeline currently only allows--read_length
values of 50, 100, 150, or 200, making it unclear how to proceed with read lengths that fall outside these values.According to the documentation, the
--read_length
parameter is used to define the--sjdbOverhang
parameter in STAR as(read_length - 1)
, which is critical for accurate alignment. For my case, the correctsjdbOverhang
should be 75, but there is no direct way to specify this in the pipeline.Proposed Solutions
Allow Users to Directly Specify
sjdbOverhang
--sjdbOverhang
) that lets users override the value instead of relying on--read_length
.Expand
--read_length
Options--read_length
to specific values, allow users to input any valid read length.Auto-Detect Read Length from Input FASTQs
sjdbOverhang
accordingly.Would it be possible to implement one of these solutions in a future release? Let me know if there's any workaround in the meantime.
Thanks for your help!
Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: