-
Updated
Oct 8, 2020
Bioinformatics
Bioinformatics is an interdisciplinary field that intersects with biology, computer science, mathematics and statistics. It concerns itself with the development and use of methods and software tools for collecting and analyzing biological data.
Here are 4,608 public repositories matching this topic...
Setup
Seen with latest code from git while preparing the 1.73 release on Linux, but applies to all platforms.
Expected behaviour
$ python run_tests.py test_PDB_StructureAlignment.py
Python version: 2.7.15 | packaged by conda-forge | (default, Jul 27 2018, 10:26:36)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)]
Operating system: posix linux2
test_PDB_StructureAlignment ... ok
-
Updated
Sep 18, 2020 - Python
-
Updated
Oct 4, 2020
-
Updated
Oct 8, 2020 - Groovy
-
Updated
Oct 8, 2020 - Shell
-
Updated
Oct 8, 2020
-
Updated
Aug 19, 2020 - C
-
Updated
Oct 8, 2020 - C++
-
Updated
Aug 28, 2020 - C
Analogous to how you can use basename to get only the filename of a path, like in:
p.SetOut("out1", "{i:in1|basename}.out.txt")... it would be useful to also be able to extract only the directory, using dirname as a modifiers, so:
p.SetOut("out1", "{i:in1|dirname}/newfilename.txt")This will also allow introducing another level of folders based on a previous
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Jun 16, 2020 - C
-
Updated
Sep 13, 2020 - Python
-
Updated
Dec 31, 2019 - Python
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 8, 2020 - Scala
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 8, 2020 - Shell
-
Updated
Sep 1, 2020 - Python


In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E