Open MiladAD123NGS opened 2 years ago
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
you need paired-end read as input so two fastq file.
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:
Error message is:
I need an immediate answer if possible. thanks in advance for your help