Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No .uc file generated by DRISEE.py #11

Open
dot4822 opened this issue Jul 19, 2016 · 2 comments
Open

No .uc file generated by DRISEE.py #11

dot4822 opened this issue Jul 19, 2016 · 2 comments

Comments

@dot4822
Copy link

dot4822 commented Jul 19, 2016

To whom it may concern,

I am now trying BEAR to generate my own mock community. However, the output files generated by drisee.py only include a .per file and a file without extension, which I think it’s raw count file, rather than .per file and .uc file as described in BEAR manual.

Could anyone tell whether I missed anything, or how to deal with this problem?

Thanks in advance.

Regards,
Dot

@BIOSTVT
Copy link

BIOSTVT commented Mar 7, 2017

I have the same problem. I try to run error_quality.pl with both raw count file and .per file, but the programme gives two files like this:

#file err.qual
0 0 0 0 0 0 0.5 0.5

#file err . matr
#Insertion matrix
#format {A,T,G,C}x{A,T,G,C}
0.25 0.25 0.25 0.25
0.25 0.25 0.25 0.25
0.25 0.25 0.25 0.25
0.25 0.25 0.25 0.25

#Substitution matrix
#format {A,T,G,C}x{A,T,G,C}
0.25 0.25 0.25 0.25
0.25 0.25 0.25 0.25
0.25 0.25 0.25 0.25
0.25 0.25 0.25 0.25

Any suggession?
Regards
Trang

@estebanpw
Copy link

Hello,
I had the same issue that you are both describing. I checked the qiime-uclust.py file located in the DRISEE package, and saw the following line:

app_result = app({'--input': infasta,'--uc': outclust})

which made me suspect that the .uc file was just being generated where the input fasta/fastq file was located. I checked, and indeed the file was there (around 40 MB so I think it is all good).

I hope it helps although a few months have passed. Maybe the authors could put this information in the documentation, it would be very helpful!

Best regards,
Esteban

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants