User: jflopezfernandez
jflopezfernandez • 40
- Reputation:
- 40
- Status:
- New User
- Location:
- Twitter:
- @JFloppyz
- Last seen:
- 1 year, 5 months ago
- Joined:
- 1 year, 11 months ago
- Email:
- j***************@gmail.com
The only thing I know about Biology is that DNA exists, but I love writing parsers in C and C++, and came across this site looking for a cool new project to take on. I'm excited to learn about this field that a week ago I had no idea even existed.
Posts by jflopezfernandez
<prev
• 14 results •
page 1 of 2 •
next >
2
votes
5
answers
5.4k
views
5
answers
... A factor that I haven't seen mentioned regarding why we don't represent sequences using two bits per base is because this would result in a [Hamming distance][1] of 1 bit between bases, and since all binary values from 0 to 3 are valid in this scenario, a "bit flip" error like this would go complete ...
written 18 months ago by
jflopezfernandez • 40
1
vote
2
answers
362
views
2
answers
... If I understand your question correctly, the data simply needs to be stored on an encrypted hard drive. If that's the case, then the latency from the intermediate encryption and decryption steps should be almost negligible. If at all possible, you should definitely try to get an encrypted SSD drive, ...
written 18 months ago by
jflopezfernandez • 40
0
votes
1
answer
945
views
1
answers
... Is biopython listen as one of the installed packages when you run `conda list -n models` (before activating the environment)?
python and conda use virtual environments so you can make and throw away changes easily, but this flexibility comes at the cost of simplicity. Simply checking the PATH varia ...
written 18 months ago by
jflopezfernandez • 40
0
votes
1
answer
648
views
1
answers
... Hey, glad to hear you figured it out. If I can offer a pointer or two, by convention you probably want your folders at 755 and files at 644. A 755 means that everyone can read and write to the directories, but only you have write access. A 644 for your files means that everyone has read access, but ...
written 23 months ago by
jflopezfernandez • 40
1
vote
1
answer
648
views
1
answers
... Try using ls -a to show hidden files as well. ...
written 23 months ago by
jflopezfernandez • 40
0
votes
0
answers
631
views
0
answers
... Remember that a regular expression is written as /something/, so your regex doesn't make sense. You can either split them up into their own individual regex like this:
sed -n -e '/avrbs3/p;/avrbs2/p;/xop/p' ./file'
or, more logically in this case, simply group the strings with parentheses and ...
written 24 months ago by
jflopezfernandez • 40
0
votes
0
answers
631
views
0
answers
... Oh, I thought you only needed to get it the first time. If you need to keep matching it over and over, you can do that a few different ways. You can use Dr. Dondrup's method, just simply take out the second part where you pipe to 'head', you can use my method without calling exit, or you can use sed ...
written 24 months ago by
jflopezfernandez • 40
0
votes
1
answer
5.1k
views
1
answers
Comment:
C: hisat2-align exited with value 1
... Here is the source file for the program; this is hisat2.cpp. ![Notice that this is the error message you are getting.][1] To find your error, we just have to go back up a little. ![enter image description here][2]
You can see here that the function is dealing with this IO error (getting too many ar ...
written 24 months ago by
jflopezfernandez • 40
0
votes
2
answers
14k
views
2
answers
... Can you post your code? ...
written 24 months ago by
jflopezfernandez • 40
0
votes
0
answers
773
views
0
answers
Comment:
C: Top hit from phmmer
... Are you just looking for the longest substring in the sequence on each iteration? ...
written 24 months ago by
jflopezfernandez • 40
Latest awards to jflopezfernandez
Autobiographer
24 months ago,
has more than 80 characters in the information field of the user's profile.
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