khuang28jhu / bs3

BS-Seeker3: An Ultra-fast, Versatile Pipeline for Mapping Bisulfite-treated Reads.
26 stars 13 forks source link

Sam file is empty afertern aligned reads? #3

Open ChengYunazhi opened 6 years ago

ChengYunazhi commented 6 years ago

Hi, @khuang28jhu

when snap aligning reads, everthing seems ok, as below:

qq 20180505155344 qq 20180505155330

as you can see, the align ratio for reads input is high, but the sam file is empty, there is no aligned reads, so the methylation information is empty too:

qq 20180505155318


khuang28jhu commented 6 years ago

Can you give me more context? The commands you used, the genome you matched to...etc

and whether you tried the example test case and if it worked

and your version of gcc

ChengYunazhi commented 6 years ago

@khuang28jhu I tried test data, it works and get the results

genome: ~440MB with 15 chromosome Reads: PE150

command for generate index:

/DataProcess/softwares/bs3-dev1/bs3-build.py -s 23 -f /DataProcess/Resource/genomes/genome.fa

command for align:

./bs3-align.py -1 /cleandata/B.1.fq.gz -2 cleandata/B.2.fq.gz -o B -f sam -g genome.fa -d bs_seeker3_index/reference_genome --temp_dir /DataProcess/tmp

khuang28jhu commented 6 years ago

Would you mind sharing with me the data you are using, because I can not reproduce the error with the command you are using on my test data.

SchulzLab commented 6 years ago

Hi, I have the same problem. A lot of SNAP jobs are running but at the end no alignment. I noticed in the error log that I made that SNAP reports the following error: Welcome to SNAP version 1.0beta.23.

Unmatched read IDs 'SRR4238609.21452285.1' and 'SRR4238609.21452285.2'. Use the -I option to ignore this. SNAP exited with exit code 1 from line 47 of file SNAPLib/Read.cpp

This error occurred 137 times while running bseeker3. Could it be that some of the default SNAP parametrisation in the current GitHub version is messed up? Maybe it has to do with the type of paired-end library? Anyway right now I am stuck.

Regards, Marcel

lihui215 commented 5 years ago

I have the same qutions, and how to fix it? @khuang28jhu