galaxy
Here are 346 public repositories matching this topic...
-
Updated
Mar 14, 2020 - PHP
In the redder bands of LSST, and presumably other cameras too, the best focus occurs when the geometric focus of the optics is located in the bulk of the silicon rather than at the surface.
I think simulating this can be achieved via a focus_depth kwarg to SiliconSensor and some small changes around https://github.com/GalSim-developers/GalSim/blob/releases/2.2/src/Silicon.cpp#L602. I guess
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
Mar 19, 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
The template for the supervisord.conf sets an invalid value in the [supervisorctl] section of the supervisord.conf.j2 template.
password = {SHA}{{ supervisor_password|hash('sha1') }}
The documentation for Supervisor config file format (http://supervisord.org/configuration.html#supervisorctl-section-settings) states that:
The password to pass to the supervisord server for use
-
Updated
Feb 22, 2020
Galaxy configuration default values should be for first time players. Now values are pretty much random and require modification each time.
-
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
Feb 15, 2020 - R
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Nov 19, 2019 - JavaScript
-
Updated
Jan 11, 2020 - TypeScript
-
Updated
Dec 8, 2019 - Shell
-
Updated
Sep 16, 2019 - Python
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.