Maplice2
1
0
Entering edit mode
10.6 years ago

When running mapsplice2 I meet some problem.My command is like this:

python mapsplice.py -c Homo_sapiens/UCSC/hg19/Sequence/Chromosomes/*.fa -x BowtieIndex/genome -1 BrM5.fastq

But it always said that
Error: -1 not specified

I have tried many methods but failed. Any reply will be thankful.

error • 1.8k views
ADD COMMENT
0
Entering edit mode
10.6 years ago
Sam ★ 4.7k

I assume you are using single ended samples, I think you should be providing the directory to the reference fasta instead of specifying them, so by giving *.fa, it kind of disrupted the command? Maybe you should try:

python mapsplice.py -c Homo_sapiens/UCSC/hg19/Sequence/Chromosomes/ -x BowtieIndex/genome -1 BrM5.fastq
ADD COMMENT
0
Entering edit mode

Yes,I did it .It works well now.and the result is perfect.thanks a lot.

ADD REPLY

Login before adding your answer.

Traffic: 1269 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