galaxy
Here are 365 public repositories matching this topic...
-
Updated
Jun 6, 2020 - PHP
In numpy, if I want a random array uniformly distributed between -0.6 and +0.6 with 100 elements, I'd write:
rng = numpy.random.RandomState(seed)
array = rng.uniform(-0.6, 0.6, 100)
Using GalSim deviates, I'd do something like:
ud = galsim.UniformDeviate(seed)
array = np.empty(100)
ud.generate(array)
array = array*1.2 - 0.6
I find the former easier to read. I d
Sentry Issue: HB-GALAXY-VY
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\WINDOWS\\iun504.exe C:\\Program Files (x86)\\Blades of Avernum'
local\winappfinder.py in _find_executable at line 70
location = uk.install_location_path \
-
Updated
Jun 6, 2020 - Python
-
Updated
May 25, 2020 - Python
wrapper for RNAz needs fixing
- Score [which] strand should be param type select:
- forward
- reverse
- both
- use (di/mono)nucleotide shuffled z-scores should be select.
- mononucleotide shuffled z-scores may also be broken in source...not sure yet. When used on my set (~100) of (diverse) sequence al
Its clear that some of the conventions I've adopted for code and testing are unclear. For example:
-
What is the different between an unmasked image, a 1D image and 2D image?
-
Why does a tracer have images called blurred_profile_image_plane_images? How do these different from normal images? Model images?
-
What does a 5x5 fixture mean?
Basically, the abstractions are good, but it need
-
Updated
May 26, 2020 - Shell
-
Updated
Apr 20, 2020
There could be new starting positions for realms. Ancient could start in middle of the galaxy and rest of the realms from outside of the galaxy.
-
Updated
Oct 11, 2019 - HTML
-
Updated
Mar 10, 2019 - Python
-
Updated
Oct 22, 2017 - C#
the command to run to ultimately install tools and workflows is not indicated
-
Updated
Apr 15, 2020 - R
-
Updated
Nov 19, 2019 - JavaScript
-
Updated
Dec 12, 2018 - C
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
May 28, 2020 - Shell
-
Updated
Jan 11, 2020 - TypeScript
Improve this page
Add a description, image, and links to the galaxy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the galaxy topic, visit your repo's landing page and select "manage topics."
In the documentation here: https://github.com/bgruening/docker-galaxy-stable#extending-the-docker-image--toc
It mentions
RUN install-tools $GALAXY_ROOT/my_tool_list.ymlwith no reference to whereinstall-toolscomes from or how to use it.