Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typo in use dataset section #210

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions platform_versioned_docs/version-22.4/datasets/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The size of the dataset file cannot exceed 10MB.
Datasets in Tower can accommodate multiple versions of a dataset. To add a new version for an existing dataset, follow these steps:

1. Select **Edit** next to the dataset you wish to update.
2. In the Edit dialog, select **Add a new version**.
2. Select **Add a new version**.
3. Upload the newer version of the dataset and select **Update**.

:::caution
Expand All @@ -62,7 +62,7 @@ All subsequent versions of a dataset must be in the same format (.csv or .tsv) a
To use a dataset with the saved pipelines in your workspace, follow these steps:

1. Open any pipeline that contains a pipeline-schema from the Launchpad.
2. Select the input field for the pipeline, removing any default value.
2. Select the input field for the pipeline, removing any default values.
3. Pick the dataset to use as input to your pipeline.

:::note
Expand Down
4 changes: 2 additions & 2 deletions platform_versioned_docs/version-23.1/datasets/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The size of the dataset file cannot exceed 10MB.
Tower can accommodate multiple versions of a dataset. To add a new version for an existing dataset, follow these steps:

1. Select **Edit** next to the dataset you wish to update.
2. In the Edit dialog, select **Add a new version**.
2. Select **Add a new version**.
3. Upload the newer version of the dataset and select **Update**.

:::caution
Expand All @@ -75,7 +75,7 @@ All subsequent versions of a dataset must be the same format (.csv or .tsv) as t
To use a dataset with the saved pipelines in your workspace, follow these steps:

1. Open any pipeline that contains a pipeline-schema from the Launchpad.
2. Select the input field for the pipeline, removing any default value.
2. Select the input field for the pipeline, removing any default values.
3. Pick the dataset to use as input to your pipeline.

:::note
Expand Down
2 changes: 1 addition & 1 deletion platform_versioned_docs/version-23.2/datasets/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ All subsequent versions of a dataset must be the same format (.csv or .tsv) as t
To use a dataset with the saved pipelines in your workspace, follow these steps:

1. Open any pipeline that contains a pipeline-schema from the Launchpad.
2. Select the input field for the pipeline, removing any default value.
2. Select the input field for the pipeline, removing any default values.
3. Pick the dataset to use as input to your pipeline.

:::note
Expand Down
4 changes: 2 additions & 2 deletions platform_versioned_docs/version-23.3/data/datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The size of the dataset file must not exceed 10 MB.
Seqera can accommodate multiple versions of a dataset. To add a new version for an existing dataset, follow these steps:

1. Select **Edit** next to the dataset you wish to update.
2. In the Edit dialog, select **Add a new version**.
2. Select **Add a new version**.
3. Upload the newer version of the dataset and select **Update**.

:::caution
Expand All @@ -74,7 +74,7 @@ All subsequent versions of a dataset must be the same format (CSV or TSV) as the
To use a dataset with the saved pipelines in your workspace:

1. Open any pipeline that contains a pipeline schema from the [Launchpad](../launch/launchpad.mdx).
2. Select the input field for the pipeline, removing any default value.
2. Select the input field for the pipeline, removing any default values.
3. Pick the dataset to use as input to your pipeline.

:::note
Expand Down
4 changes: 2 additions & 2 deletions platform_versioned_docs/version-23.4/data/datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The size of the dataset file must not exceed 10 MB.
Seqera can accommodate multiple versions of a dataset. To add a new version for an existing dataset, follow these steps:

1. Select **Edit** next to the dataset you wish to update.
2. In the Edit dialog, select **Add a new version**.
2. Select **Add a new version**.
3. Upload the newer version of the dataset and select **Update**.

:::caution
Expand All @@ -74,7 +74,7 @@ All subsequent versions of a dataset must be the same format (CSV or TSV) as the
To use a dataset with the saved pipelines in your workspace:

1. Open any pipeline that contains a pipeline schema from the [Launchpad](../launch/launchpad.mdx).
2. Select the input field for the pipeline, removing any default value.
2. Select the input field for the pipeline, removing any default values.
3. Pick the dataset to use as input to your pipeline.

:::note
Expand Down
4 changes: 2 additions & 2 deletions platform_versioned_docs/version-24.1/data/datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The size of the dataset file must not exceed 10 MB.
Seqera can accommodate multiple versions of a dataset. To add a new version for an existing dataset, follow these steps:

1. Select **Edit** next to the dataset you wish to update.
2. In the Edit dialog, select **Add a new version**.
2. Select **Add a new version**.
3. Upload the newer version of the dataset and select **Update**.

:::caution
Expand All @@ -74,7 +74,7 @@ All subsequent versions of a dataset must be the same format (CSV or TSV) as the
To use a dataset with the saved pipelines in your workspace:

1. Open any pipeline that contains a pipeline schema from the [Launchpad](../launch/launchpad.mdx).
2. Select the input field for the pipeline, removing any default value.
2. Select the input field for the pipeline, removing any default values.
3. Pick the dataset to use as input to your pipeline.

:::note
Expand Down
Loading