From abfd58be480fe99fda05d2e48d1a0f310be81796 Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus <brilhaus@nfdi4plants.org> Date: Mon, 24 Mar 2025 09:04:37 +0100 Subject: [PATCH] remove false citation metadata (related to tool not CWL) --- workflows/kallisto/kallisto-index.cwl | 4 ---- workflows/kallisto/kallisto-quant.cwl | 4 ---- 2 files changed, 8 deletions(-) diff --git a/workflows/kallisto/kallisto-index.cwl b/workflows/kallisto/kallisto-index.cwl index 6c72330..c5719d5 100644 --- a/workflows/kallisto/kallisto-index.cwl +++ b/workflows/kallisto/kallisto-index.cwl @@ -80,7 +80,3 @@ $namespaces: $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 93ff361..0eea07f 100755 --- a/workflows/kallisto/kallisto-quant.cwl +++ b/workflows/kallisto/kallisto-quant.cwl @@ -176,7 +176,3 @@ $namespaces: $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