Skip to content

Commit

Permalink
Merge branch 'main' into add-vnu-validator-23.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Nov 16, 2023
2 parents cc232fb + 8d4d717 commit ae5e1e9
Show file tree
Hide file tree
Showing 8 changed files with 500 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/actflow/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (c) 2023, Rutgers University (the "Software")

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49 changes: 49 additions & 0 deletions recipes/actflow/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "actflow" %}
{% set version = "0.3.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/actflow-{{ version }}.tar.gz
sha256: 421776e1564d95189722ae8defbd96fb896af3233384ebc81ca0d13d2551414c

build:
noarch: python
script:
- {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- gglasso
- seaborn
- matplotlib-base
- numpy <1.24
- h5py
- statsmodels
- wbplot

test:
imports:
- ActflowToolbox
commands:
- pip check
requires:
- pip

about:
home: https://github.com/ColeLab/ActflowToolbox
summary: The Brain Activity Flow (Actflow) Toolbox. Tools to quantify the relationship between connectivity and task activity through network simulations and machine learning prediction. Helps determine how connections contribute to specific brain functions.
license: MIT
license_family: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- SammedAdmuthe
44 changes: 44 additions & 0 deletions recipes/holonote/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "holonote" %}
{% set version = "0.1.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/holonote-{{ version }}.tar.gz
sha256: 7adc3d749f1483a5b29b14c619da7fcd88eea4037f1a5c66868eaf18dea3c2ce

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9
- hatchling
- hatch-vcs
- pip
run:
- python >=3.9
- holoviews >=1.18.0
- pandas

test:
imports:
- holonote
commands:
- pip check
requires:
- pip

about:
home: https://github.com/holoviz/holonote
summary: Annotate your data
license: BSD-3-Clause
license_file: LICENSE.txt

extra:
recipe-maintainers:
- Hoxbro
48 changes: 48 additions & 0 deletions recipes/pathsimanalysis/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "pathsimanalysis" %}
{% set version = "1.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pathsimanalysis-{{ version }}.tar.gz
sha256: fe43644916a47b7bbb0eaaba7ff4f3cd0e7e7a9389cb1fb3e6197f3275235b44

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9,<3.12
- setuptools >=40.9.0
- wheel
- pip
run:
- python >=3.9,<3.12
- mdanalysis >=2.0.0
- scipy >=1.5.0
- matplotlib-base >=1.5.1
- numpy >=1.22.3

test:
imports:
- pathsimanalysis
commands:
- pip check
requires:
- pip

about:
summary: Calculates the geometric similarity of molecular dynamics trajectories using path metrics such as the Hausdorff and Fréchet distances.
home: https://github.com/MDAnalysis/PathSimAnalysis
license: GPL-3.0-or-later
license_file: LICENSE

extra:
recipe-maintainers:
- IAlibay
- lilyminium
- orbeckst
58 changes: 58 additions & 0 deletions recipes/rubin-scheduler/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{% set name = "rubin-scheduler" %}
{% set version = "0.1.2a0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/rubin-scheduler-{{ version }}.tar.gz
sha256: 0afb78ef45ccf4549a4b31d54b3b810290c6b8f651d33e26ecc1acf1c8684136

build:
entry_points:
- scheduler_download_data = rubin_scheduler.data.scheduler_download_data:scheduler_download_data
- rs_download_sky = rubin_scheduler.data.rs_download_sky:rs_download_sky
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.7
- setuptools
- setuptools-scm <8.0
- pip
run:
- python >=3.7
- numpy
- matplotlib-base
- healpy
- numexpr
- scipy
- astropy
- pytables
- h5py
- requests
- shapely
- tqdm

test:
imports:
- rubin_scheduler
commands:
- pip check
- scheduler_download_data --help
- rs_download_sky --help
requires:
- pip

about:
home: https://github.com/lsst/rubin_scheduler
summary: Scheduling algorithms for Vera C. Rubin Observatory's Legacy Survey of Space and Time (LSST).
license: GPL-3.0-or-later
license_file: LICENSE

extra:
recipe-maintainers:
- rhiannonlynne
46 changes: 46 additions & 0 deletions recipes/waterdynamics/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "waterdynamics" %}
{% set version = "1.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/waterdynamics-{{ version }}.tar.gz
sha256: 1b77921f26e43457ffba51a6f70c6e524ab30a3e18c55e404d573f727ead13ad

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9,<3.12
- setuptools >=40.9.0
- wheel
- pip
run:
- python >=3.9,<3.12
- mdanalysis >=2.0.0
- numpy >=1.22.3

test:
imports:
- waterdynamics
commands:
- pip check
requires:
- pip

about:
summary: Analysis of water dynamics in molecular dynamics trajectories and water interactions with other molecules.
home: https://github.com/MDAnalysis/PathSimAnalysis
license: GPL-3.0-or-later
license_file: LICENSE

extra:
recipe-maintainers:
- IAlibay
- lilyminium
- orbeckst
Loading

0 comments on commit ae5e1e9

Please sign in to comment.