-
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,614 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 12, 2020
-
Updated
Oct 12, 2020 - Groovy
-
Updated
Oct 12, 2020 - Shell
-
Updated
Oct 9, 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 10, 2020 - Python
- I have checked that this issue has not already been reported.
- I have confirmed this bug exists on the latest version of scanpy.
- (optional) I have confirmed this bug exists on the master branch of scanpy.
Note: Please read this guide detailing how to provide the necessary information for us to r
-
Updated
Jun 16, 2020 - C
-
Updated
Oct 9, 2020 - Python
-
Updated
Dec 31, 2019 - Python
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 11, 2020 - Scala
-
Updated
Oct 12, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Oct 11, 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