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

which output files to take? #2

Open
biocyberman opened this issue Feb 6, 2017 · 4 comments
Open

which output files to take? #2

biocyberman opened this issue Feb 6, 2017 · 4 comments

Comments

@biocyberman
Copy link

I ran this command and got many .FASTQ output files which has suffixes KMER{0..294}.FASTQ. I am not sure which output to take for downstream analysis. Can you clarify?

kmer_filter_160 --reference hg38_k21.kmers --read_1 IonTorrentSample.fq --output_prefix IonXpress_005 --mem_height 24

@biocyberman
Copy link
Author

Read more carefully the readme, here is what I understand now:
File IonTorrentSample_R1_KMERS0.FASTQ contains reads that do not have any REFERENCE kmers in there. IonTorrentSample_R1_KMERS1.FASTQ contains reads that have 1 REFERENCE kmer in each read. And so on.

So it is up to me to choose a threshold of what level of contaminant I want to accept?

@richardmleggett
Copy link
Member

Hi,
Sorry, this old version of kontaminant is not really supported any more. There's a new version here: https://github.com/richardmleggett/kontaminant which I maintain.

@biocyberman
Copy link
Author

biocyberman commented Feb 8, 2017

Ooops! Can you or someone write a big notice on this repo about the discontinuing of support? And some user guide on the new repo will be nice.

@homonecloco
Copy link
Collaborator

Hi,
As you figured out, it is opt to you to decide the threshold. When we wrote this originally we figured out that you get a distribution of number of k-mers from the contamination. The code as it is works, but richard has been refactoring it.
Best,
Ricardo.

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