User: Rayan Chikhi
Rayan Chikhi • 1.5k
- Reputation:
- 1,480
- Status:
- Trusted
- Location:
- France, Lille, CNRS
- Website:
- http://twitter.com/Ray...
- Last seen:
- 1 day, 22 hours ago
- Joined:
- 8 years, 4 months ago
- Email:
- r******@gmail.com
Posts by Rayan Chikhi
<prev
• 224 results •
page 1 of 23 •
next >
1
vote
1
answer
123
views
1
answers
Answer:
A: ENA and SRA fastq files
... "Is this difference (+ / +SRR1531443.1 length=195) have an impact during common operation like assembly/alignment/kmer generation ?"
-> no. Headers are ignored during all analyses. ...
written 5 days ago by
Rayan Chikhi • 1.5k
2
votes
1
answer
101
views
1
answers
... The key sentence in the link you point out is: "use default" :)
Short-read metagenomics assemblers are multi-k and their default choices are often very good. Never assemble with a single k with those assemblers.
...
written 5 days ago by
Rayan Chikhi • 1.5k
0
votes
1
answer
346
views
1
answers
Comment:
C: GATB-core kmer couting
... If you can tolerate that some of the answers for query k-mers will be wrong: then you can use GATB as-is and it will often return the right answer, but with a small probability (can be tuned to be arbitrarily very small) GATB will return that a k-mer is present in the graph when in fact it is not.
...
written 18 months ago by
Rayan Chikhi • 1.5k
3
votes
1
answer
346
views
1
answers
Answer:
A: GATB-core kmer couting
... Hi,
Yes it's possible in GATB but you'd need to build a de Bruijn graph first. See this example: https://github.com/GATB/gatb-core/blob/master/gatb-core/examples/debruijn/debruijn26.cpp
Note that this mechanism doesn't allow to determine if a k-mer is truly in the graph or not. GATB will return th ...
written 18 months ago by
Rayan Chikhi • 1.5k
0
votes
4
answers
7.7k
views
4
answers
... great code! Just a small bug that affects the behavior of `ambiguous_bases_reversed` (when a `T` is given to that dict), to fix it, delete the following line:
frozenset(['U']): 'T', ...
written 23 months ago by
Rayan Chikhi • 1.5k
• updated
19 months ago by
_r_am ♦ 32k
0
votes
1
answer
722
views
1
answers
... Hi,
Segfault is unlikely a memory error but rather a bug in the program or something else. Do you have enough disk space? Would it be possible to share the input data?
Best,
Rayan ...
written 2.4 years ago by
Rayan Chikhi • 1.5k
1
vote
1
answer
562
views
1
answers
Comment:
C: GATB buildNode giving errors
... Hi, sorry I didn't get notified by the responses in this thread. In the future, please reach me at rayan.chikhi@univ-lille.fr if this happens!
1) Are you using the Graph or GraphUnitigs class? (seems that it is GraphUnitigs)
2) If you're using GraphUnitigs, the function you're looking for is debug ...
written 2.5 years ago by
Rayan Chikhi • 1.5k
2
votes
1
answer
562
views
1
answers
Answer:
A: GATB buildNode giving errors
... Hi, could you try changing "Node left" to "auto left" to see if it gets rid of the error?
Best,
Rayan ...
written 2.6 years ago by
Rayan Chikhi • 1.5k
1
vote
1
answer
2.5k
views
1
answers
... I think Bastien wants to know why we think the output of fastq-dump is "wrong". I recall it has to do with how the raw .bax.h5 PacBio files get converted to FASTQ. There seems to be additional step(s) needed in order to split raw reads and avoid chimeric reads. `dextractor` does them, but `fastq-dum ...
written 2.6 years ago by
Rayan Chikhi • 1.5k
2
votes
2
answers
2.5k
views
2
answers
... Have a look at https://github.com/rrwick/Unicycler ...
written 2.7 years ago by
Rayan Chikhi • 1.5k
Latest awards to Rayan Chikhi
Scholar
5 months ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Teacher
18 months ago,
created an answer with at least 3 up-votes.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Scholar
18 months ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Teacher
18 months ago,
created an answer with at least 3 up-votes.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Appreciated
24 months ago,
created a post with more than 5 votes.
For Fast kmer reverse complement code using bit tricks
Scholar
2.5 years ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Commentator
2.8 years ago,
created a comment with at least 3 up-votes.
For C: confusion in the DeBruijn Graph
Teacher
2.9 years ago,
created an answer with at least 3 up-votes.
For A: How to determine appropriate value for abundance parameter?
Scholar
2.9 years ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Scholar
3.2 years ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Popular Question
3.6 years ago,
created a question with more than 1,000 views.
For Fast kmer reverse complement code using bit tricks
Commentator
3.6 years ago,
created a comment with at least 3 up-votes.
For C: Kmergenie histogram file
Popular Question
4.0 years ago,
created a question with more than 1,000 views.
For Fast kmer reverse complement code using bit tricks
Teacher
4.0 years ago,
created an answer with at least 3 up-votes.
For A: How to determine appropriate value for abundance parameter?
Good Answer
4.6 years ago,
created an answer that was upvoted at least 5 times.
For A: How To Assess The Quality Of An Assembly? (Is There No Magic Formula?)
Scholar
4.7 years ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Guru
4.9 years ago,
received more than 100 upvotes.
Popular Question
5.4 years ago,
created a question with more than 1,000 views.
For Larger-Than-Expected Total Scaffolds Size Using Nextera Mate Pairs
Popular Question
5.4 years ago,
created a question with more than 1,000 views.
For Larger-Than-Expected Total Scaffolds Size Using Nextera Mate Pairs
Appreciated
5.6 years ago,
created a post with more than 5 votes.
For GATB will provide developer support via Biostar
Teacher
5.7 years ago,
created an answer with at least 3 up-votes.
For A: How to determine appropriate value for abundance parameter?
Scholar
5.8 years ago,
created an answer that has been accepted.
For A: Choosing K-mer size in Kmergenie for denovo assembly
Teacher
5.8 years ago,
created an answer with at least 3 up-votes.
For A: Illumina Assembly Gap Closure
Commentator
5.8 years ago,
created a comment with at least 3 up-votes.
For C: Kmergenie histogram file
Appreciated
5.9 years ago,
created a post with more than 5 votes.
For Fast kmer reverse complement code using bit tricks
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1170 users visited in the last hour