input file of bc_demultiplex
0
0
Entering edit mode
4.8 years ago
yueli7 ▴ 250

Hello,

I tried to use be_demultiplex from: https://github.com/yanailab/CEL-Seq-pipeline.

Thanks in advance for any great help!

Best,

Yue

li@-Desktp0xxx:~/CEL-Seq-pipeline-stable$ bc_demultiplex --out-dir test_out index sample_sheet_example.txt --not-gzip SRR9609653_1.fastq SRR9609653_2.fastq 

    usage: bc_demultiplex [-h] [--bc-index FILENAME] [--bc-seq-column N]
                      [--bc-index-used string] [--min-bc-quality N]
                      [--out-dir DIRNAME] [--is-gzip] [--not-gzip]
                      [--stats-file STATFILE] [--umi-start-position N]
                      [--umi-length N] [--bc-start-position N] [--bc-length N]
                      [--cut-length N] [--save-unknown-bc-fastq]
                      [--tagging-only] [--tag-to TAG_TO] [--verbose]
                      read1_fpath read2_fpath

    bc_demultiplex: error: unrecognized arguments: SRR9609653_1.fastq SRR9609653_2.fastq
software error • 1.1k views
ADD COMMENT
1
Entering edit mode

bc_demultiplex --out-dir test_out index sample_sheet_example.txt --not-gzip SRR9609653_1.fastq SRR9609653_2.fastq

There is no option index according to the listed parameters and if it exists then either as -index or --index. I guess you have to write --bc-index, in any case your command line is probably wrong, check with the manual and find out which parameters are incorrect. Since the command line is wrong the files at the end of the line are not interpreted correctly and therefore this error is probably thrown.

ADD REPLY
0
Entering edit mode

Hello, ATpoint,

Still have not figure it out. But your answer seems correct!

Thank you!

Best,

Yue

ADD REPLY
0
Entering edit mode

I tried to use be_demultiplex from

Did you modify this config file for your local setup: https://github.com/yanailab/CEL-Seq-pipeline/blob/stable/config_file_example.txt

ADD REPLY
0
Entering edit mode

Hello, genomax,

Thank you so much for your replying.

Still working on it and not worked it out!

Best,

Yue

ADD REPLY

Login before adding your answer.

Traffic: 2092 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6