Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions data-generation/real-data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2023 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]>
// SPDX-FileCopyrightText: 2023 - 2024 Netherlands eScience Center
// SPDX-FileCopyrightText: 2023 - 2025 Ewan Cahen (Netherlands eScience Center) <[email protected]>
// SPDX-FileCopyrightText: 2023 - 2025 Netherlands eScience Center
//
// SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -76,6 +76,8 @@ const dois = [
const packageManagerLinks = [
{url: 'https://anaconda.org/conda-forge/parcels/', type: 'anaconda'},
{url: 'https://anaconda.org/conda-forge/numpy/', type: 'anaconda'},
{url: 'https://bioconductor.org/packages/release/bioc/html/BiocPkgTools.html', type: 'bioconductor'},
{url: 'https://bioconductor.org/packages/release/bioc/html/VanillaICE.html', type: 'bioconductor'},
{url: 'https://cran.r-project.org/web/packages/GGIR/index.html', type: 'cran'},
{url: 'https://cran.r-project.org/web/packages/readr/index.html', type: 'cran'},
{url: 'https://hub.docker.com/r/djrobstep/migra', type: 'dockerhub'},
Expand Down
1 change: 1 addition & 0 deletions database/005-create-relations-for-software.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CREATE TABLE repository_url (
-- in the frontend file apiPackageManager.ts
CREATE TYPE package_manager_type AS ENUM (
'anaconda',
'bioconductor',
'chocolatey',
'cran',
'crates',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export const packageManagerSettings = {
hostname: ['anaconda.org'],
services: ['dependents']
},
bioconductor: {
name: 'Bioconductor',
icon: '/images/bioconductor_logo_spot.svg',
hostname: ['bioconductor.org', 'www.bioconductor.org'],
services: []
},
cran: {
name: 'CRAN',
icon: '/images/cran-r-logo.svg',
Expand Down
2 changes: 2 additions & 0 deletions frontend/public/images/bioconductor_logo_spot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.