Skip to content

Commit

Permalink
Add workflow page screenshot. Update subject configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Mar 31, 2024
1 parent 5669d54 commit 4773cc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/tutorials/multiple_sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Now, let’s say that you’ve fallen behind and have a weeks worth of experimen
Workflow Configuration
----------------------

On the Workflow page, confirm that this pipeline will be run on multiple sessions. After this, also select that you’d like to locate the source data programmatically.
On the Workflow page, confirm that this pipeline will be run on multiple sessions. After this, also select that you’d like to locate the source data programmatically and skip dataset publication.

.. figure:: ../assets/tutorials/multiple/workflow-page.png
:align: center
:alt: Workflow page with multiple sessions and locate data selected

Complete the first section of the GUIDE as normal until you reach a new **Locate Data** page after the Data Formats page.

Expand Down
7 changes: 5 additions & 2 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const subjectInfo = {
common: {
sex: 'M',
species: 'Mus musculus',
age: 'P30W'
},

single: {
Expand All @@ -75,7 +74,11 @@ export const subjectInfo = {

multiple: {
mouse1: {
age: 'P29W'
age: 'P29W',
sex: 'F'
},
mouse2: {
age: 'P30W'
}
}
}
Expand Down

0 comments on commit 4773cc5

Please sign in to comment.