User: dylan.storey
dylan.storey • 60
- Reputation:
- 60
- Status:
- Trusted
- Location:
- United States
- Twitter:
- @dylanbstorey
- Last seen:
- 4 years, 11 months ago
- Joined:
- 8 years, 1 month ago
- Email:
- d***********@gmail.com
about me
Posts by dylan.storey
<prev
• 16 results •
page 1 of 2 •
next >
0
votes
1
answer
1.9k
views
1
answers
... I don't know python well but -
I'd guess that the translation key doesn't exist
Add a switch statement in to test for the existence of the key 'translation' before you.
Something like
if (defined seq_feature.qualifiers['translation']){
do something
}
else {
...
written 5.0 years ago by
dylan.storey • 60
• updated
12 months ago by
_r_am ♦ 32k
2
votes
3
answers
1.5k
views
3
answers
... You could try google
...
written 5.5 years ago by
dylan.storey • 60
• updated
5.5 years ago by
Devon Ryan ♦ 98k
0
votes
0
answers
2.6k
views
0
answers
... his test cases don't show that. =D
...
written 5.6 years ago by
dylan.storey • 60
0
votes
0
answers
2.6k
views
0
answers
... if it's space delimited you can use \s+ for your regex , it will match tabs and spaces both.
...
written 5.6 years ago by
dylan.storey • 60
0
votes
2
answers
2.2k
views
2
answers
... If you already have the one to one mappings in a file. Build a hash (or
dict) in perl (python) by reading in and parsing previously mentioned file.
(maybe 5 lines) .
Then read your other file in and do look ups and replacements.
-- Dylan B. Storey
Post Doctoral Researcher
University of Calif ...
written 5.6 years ago by
dylan.storey • 60
0
votes
2
answers
2.2k
views
2
answers
... why do you think it would re read the file every time? Sed works on a stream. You literally posted the exact solution you needed as a one line sed solution. Am I missing something about the replacement pattern ?
...
written 5.6 years ago by
dylan.storey • 60
0
votes
2
answers
2.2k
views
2
answers
... It sounded like you had a sed solution. ...
written 5.6 years ago by
dylan.storey • 60
0
votes
2
answers
2.2k
views
2
answers
... if you can use a command line tool it will likely be the more efficient
than relying on perl.
I'd suggest you pipe your output instead of doing an inline replace just to
ensure you have an un-tainted file to come back to in the event of a
mistake.
-- Dylan B. Storey
Post Doctoral Researcher
...
written 5.6 years ago by
dylan.storey • 60
0
votes
3
answers
2.4k
views
3
answers
Comment:
C: Make multi-fasta using perl
... I was looking for a mic drop gif but just gave up myself.
...
written 5.7 years ago by
dylan.storey • 60
1
vote
2
answers
1.9k
views
2
answers
... If most of your reads are that short , your assembly is going to be bad no question about it. Seeing as it is RADSeq data though I don't think you're overly interested in getting long contigs. I would suggest running your assembler with multiple parameters to test for the configuration that works be ...
written 5.7 years ago by
dylan.storey • 60
Latest awards to dylan.storey
Scholar
5.8 years ago,
created an answer that has been accepted.
For A: how to find and replace the atypical aas in a protein fasta-file, remembering th
Teacher
5.8 years ago,
created an answer with at least 3 up-votes.
For A: how to find and replace the atypical aas in a protein fasta-file, remembering th
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1625 users visited in the last hour