From ed5710494ee579783346a29c0ca506f8259c19ce Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus <brilhaus@nfdi4plants.org> Date: Fri, 21 Mar 2025 12:49:32 +0100 Subject: [PATCH] add citation and repo to kallisto --- workflows/kallisto/kallisto-index.cwl | 3 +++ workflows/kallisto/kallisto-quant.cwl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/workflows/kallisto/kallisto-index.cwl b/workflows/kallisto/kallisto-index.cwl index 595142c..1a4b3c9 100644 --- a/workflows/kallisto/kallisto-index.cwl +++ b/workflows/kallisto/kallisto-index.cwl @@ -82,5 +82,8 @@ $namespaces: s: https://schema.org/ $schemas: - https://edamontology.org/EDAM_1.25.owl + - https://schema.org/version/latest/schemaorg-current-https.rdf s:license: https://spdx.org/licenses/BSD-2-Clause +s:citation: https://dx.doi.org/10.1038/nbt.3519 +s:codeRepository: https://github.com/pachterlab/kallisto diff --git a/workflows/kallisto/kallisto-quant.cwl b/workflows/kallisto/kallisto-quant.cwl index e250c04..93ff361 100755 --- a/workflows/kallisto/kallisto-quant.cwl +++ b/workflows/kallisto/kallisto-quant.cwl @@ -175,5 +175,8 @@ $namespaces: s: https://schema.org/ $schemas: - https://edamontology.org/EDAM_1.25.owl + - https://schema.org/version/latest/schemaorg-current-https.rdf s:license: https://spdx.org/licenses/BSD-2-Clause +s:citation: https://dx.doi.org/10.1038/nbt.3519 +s:codeRepository: https://github.com/pachterlab/kallisto -- GitLab