From 268f9aa9080c81b1cf32bc70ba0c77cd64e0d695 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 2 Dec 2024 16:50:58 -0800 Subject: [PATCH] Use standard tutorial location for metadata.yaml --- metadata/metadata.yaml | 11 ----------- support/metadata.yaml | 12 +++++++++--- 2 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 metadata/metadata.yaml diff --git a/metadata/metadata.yaml b/metadata/metadata.yaml deleted file mode 100644 index 5bb9f0c08..000000000 --- a/metadata/metadata.yaml +++ /dev/null @@ -1,11 +0,0 @@ -title: Integrative spatiotemporal modeling in IMP -tags: [PMI, spatiotemporal, cryo-ET, FCS] -description: > - This tutorial introduces the IMP.spatiotemporal module, which can be used to compute - step-wise models of biomolecular dynamics, which are in agreement with experimental - data by construction. -prereqs: [python/numpy,python/os,python/warnings,python/sys,python/itertools,python/pandas,python/matplotlib,python/graphviz,python/pyrmsd] -test: - runtime: 3h - build: release - parallel: 8 diff --git a/support/metadata.yaml b/support/metadata.yaml index 30b41516b..5bb9f0c08 100644 --- a/support/metadata.yaml +++ b/support/metadata.yaml @@ -1,5 +1,11 @@ title: Integrative spatiotemporal modeling in IMP +tags: [PMI, spatiotemporal, cryo-ET, FCS] description: > - This tutorial introduces the IMP.spatiotemporal module, which can be used to compute step-wise models of biomolecular dynamics, which are in agreement with experimental data by construction. -depends: [python/numpy,python/os,python/warnings,python/sys,python/itertools,python/pandas,python/matplotlib,python/graphviz,python/pyrmsd] -show_in_index: false + This tutorial introduces the IMP.spatiotemporal module, which can be used to compute + step-wise models of biomolecular dynamics, which are in agreement with experimental + data by construction. +prereqs: [python/numpy,python/os,python/warnings,python/sys,python/itertools,python/pandas,python/matplotlib,python/graphviz,python/pyrmsd] +test: + runtime: 3h + build: release + parallel: 8