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

sc_trim_barcode problem in single-end data #138

Open
MiladAD123NGS opened this issue Dec 11, 2021 · 1 comment
Open

sc_trim_barcode problem in single-end data #138

MiladAD123NGS opened this issue Dec 11, 2021 · 1 comment

Comments

@MiladAD123NGS
Copy link

MiladAD123NGS commented Dec 11, 2021

hello dear developers of scPipe

I have an issue in running sc_trim_barcode at the first step of scPipe pipeline for single-end data. Running sc_trim_barcode like the command below, resulted in " not implemented. " error.

My command is:

sc_trim_barcode(file.path(data_dir, "combined.fastq"),
                fq_R1, r2 = NULL,
                read_structure = list(bs1 = 0, bl1 = 16, us = 16, ul = 10),
                filter_settings = list(rmlow = TRUE, rmN = TRUE, minq = 20, numbq = 2))

Error message is:

Error in sc_trim_barcode(file.path(data_dir, "combined.fastq"), fq_R1,  : 
  not implemented.

I need an immediate answer if possible.
thanks in advance for your help

@LuyiTian
Copy link
Owner

you need paired-end read as input so two fastq file.

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

No branches or pull requests

2 participants