Skip to content

sc_trim_barcode problem in single-end data #138

@MiladAD123NGS

Description

@MiladAD123NGS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions