This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GeneID SJAMLM7001_D SJAMLM7002_D SJAMLM7003_D SJAMLM7005_D SJAMLM7006_D SJAMLM7007_D SJAMLM7008_D SJAMLM7009_D SJAMLM7010_D SJAMLM7010475_D1 SJAMLM7010479_D1 SJAMLM7010948_R1 SJAMLM7010949_D1 SJAMLM7010949_R2 SJAMLM7010950_D1 SJAMLM7010951_D1 SJAMLM7010952_D1 SJAMLM7010953_D1 SJAMLM7010954_D1 SJAMLM7010955_D1 SJAMLM7010955_R1 SJAMLM7010959_D1 SJAMLM7010961_D1 SJAMLM7010963_D1 SJAMLM7011_D SJAMLM7011108_D2 SJAMLM7011109_D2 SJAMLM7011234_D1 SJAMLM7011236_D1 SJAMLM7011238_D1 SJAMLM7011242_D1 SJAMLM7011246_D1 SJAMLM7011247_D1 SJAMLM7011248_D1 SJAMLM7011249_D1 SJAMLM7011321_D1 SJAMLM7012_D SJAMLM7013_D SJAMLM7014_D SJAMLM7015_D SJAMLM7015533_D1 SJAMLM7028_D SJAMLM7029_D SJAMLM7030_D SJAMLM7031_D SJAMLM7033_D SJAMLM7058_D SJAMLM7060_D | |
HOXA5 -1.514573173 -1.514573173 2.554966972 -1.514573173 -1.514573173 1.710556299 -1.514573173 -1.514573173 -1.514573173 -1.514573173 8.379928479 -1.514573173 7.361970084 8.179774764 2.09747933 7.151757364 6.653260696 -1.514573173 -1.500609726 7.975183058 7.984139292 3.990165245 1.966 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using virtualenv: /home/hielke/.cache/pypoetry/virtualenvs/demap-kqoNszLJ-py3.8 | |
PyPI: 31 packages found for pint * | |
Using version ^0.16 for Pint | |
Updating dependencies | |
Resolving dependencies... | |
1: fact: demap is 0.1.0 | |
1: derived: demap | |
0: Duplicate dependencies for pint | |
1: fact: demap depends on django (^2.2.13) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "demap" | |
version = "0.1.0" | |
description = "Measure and plot" | |
authors = ["Hielke Walinga"] | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
django = "^2.2.13" | |
django-filter = "^2.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for perl on Ubuntu 20.04 LTS | |
Build date: 2020-05-23 22:21:28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.contrib.staticfiles import storage | |
class IncludeJavascriptImportsStaticFilesStorage(storage.ManifestStaticFilesStorage): | |
""" | |
Include patterns that deal with the javascript import files. | |
It is important to note that the pattern only matches if the file path | |
starts with / or ./ or ../ | |
I.e. it only matches if the file path is explicitly absolute or relative. |