Skip to content

Commit 4a57039

Browse files
authored
[GLT-3652] updates to match MISO v1.43.1 (#111)
1 parent 4f6e05f commit 4a57039

13 files changed

+35
-61
lines changed

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ miso_url: 'http://miso.gsi.oicr.on.ca'
1616

1717
# Configuration for important site-specific values used in the tutorials. Make
1818
# sure these match existing items in your MISO instance.
19+
pipeline: 'Research'
1920
box_size: '8x12 Storage (scannable)'
2021
sequencer: 'D00331'
2122
platform: 'Illumina HiSeq 2500'
@@ -28,6 +29,7 @@ library_type: 'Paired End'
2829
index_kit: 'Nextera DNA Dual Index'
2930
flowcell: 'HiSeq PE Flow Cell v4'
3031
seq_params: 'V4 2×101'
32+
run_scanner_run: '220120_A00469_0263_AH3YMFDSX3'
3133
lane_qc_bad: 'Failed: Other problem'
3234

3335
# values only affecting plain sample mode

_includes/libraries-from-samples.md

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ In this section, you will use the samples created already to create libraries.
2323
1. A table will appear. Enter the library information:
2424
* _Library Name_: Leave blank as this will be filled in automatically after save.
2525
* _Library Alias_: Leave blank as this will be filled in automatically.
26-
{% if include.detailed == true %}
27-
* _Description_: `Library ((Tissue type)(individual))`, e.g. `Library P1`
28-
{% else %}
29-
* _Description_: `Library (row number)`, e.g. `Library 1`
30-
{% endif %}
3126
* _Matrix Barcode_: As before, usually this would be scanned by the hand scanner. In this tutorial, enter matrix
3227
barcodes in the form `(project {% if include.detailed %}short{% endif %} name)_(row number)_lib`, e.g.
3328
`PROJ_1_lib`.

_includes/libraries-qc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
There are three ways to indicate library quality in MISO: 1)
66
Enter quantitative QC values under the _Library QC_ section; 2) The overall
7-
pre-sequencing quality flag _QC passed_; and 3) The post-sequencing quality
7+
pre-sequencing quality field _QC Status_; and 3) The post-sequencing quality
88
control flag _Low quality library_.
99

1010
## 4.1 Library QC

_includes/libraries-receipt.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,24 @@ if they match the data entered.
2626
* _Sample Alias_: Enter a sample alias like `{{ site.plain_sample6_alias }}`, replacing `PROJ` with your project's
2727
name.
2828
{% endif %}
29-
* _Sample Type_: `GENOMIC`
3029
* _Project_: Select your project from the drop-down.
3130
{% if include.detailed %}
3231
* _Subproject_: Select the subproject you created.
3332
{% endif %}
33+
* _Sample Type_: `GENOMIC`
3434
* _Sci. Name_: `{{ site.scientific_name }}`{% if include.detailed == true %}
3535
* _External Name_: Enter `PROJ_ID10`, replacing the `PROJ` with your own project short name. The
3636
_Identity Alias_ column should change to show `First Receipt (PROJ)`.
3737
* _Donor Sex_: Select any.
3838
* _Tissue Origin_: `{{ site.tissue_origin_4 }}`
3939
* _Tissue Type_: `{{ site.tissue_type_2 }}`
4040
* _Times Received_: `1`
41-
* _Tube Number_: `1`{% endif %}
41+
* _Tube Number_: `1`
42+
* _Timepoint_: `Week 8`{% endif %}
4243
* _Date of receipt_: Select today's date
4344
* _Received From_: Select any lab.
4445
* _Received By_: Select any group.
46+
* _Matrix Barcode_: Enter `PROJ_lib5`, replacing `PROJ` with your own project short name.
4547
{% if include.detailed == true %}
4648
* _Design_: Select any.
4749
{% endif %}

_includes/project-create.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,11 @@ display with a number of fields that you can fill in.
1818
1. Leave the _Short Name_ field blank.
1919
{% endif %}
2020
1. In the _Description_ field, enter `MISO training workshop [Date]`
21-
1. Choose the amount of _Progress_ that your project has accomplished:
22-
* Unknown : I was told to enter this data and I does what they tells me.
23-
* Active : We are receiving/have received samples and are actively working on
24-
this project.
25-
* Inactive : Project is not yet done, but waiting for external collaborators,
26-
REB approval, papers to be published, etc.
27-
* Cancelled : Project was scrapped because we did not get funding/samples/REB
28-
approval.
29-
* Proposed : Project Initiation form has been received and is awaiting go-ahead
30-
by Genomics leadership.
31-
* Pending : We are waiting for the project to start.
32-
* Approved : Project has been approved by Genomics leadership.
21+
1. For the _Progress_ field, choose `Active`
3322
1. Select the _Reference Genome_ `{{ site.reference_genome }}`. This should be the primary species that will be
3423
sequenced in the course of the project. Xenografts count as human.
24+
1. Select the _Pipeline_ `{{ site.pipeline }}`. This value identifies the analysis pipeline to put sample data through
25+
after sequencing
3526
1. Click the _Save_ button at the upper right.
36-
1. MISO will generate an ID and name for the project. The name be 'PRO' followed by the ID (e.g. "PRO123").
27+
1. MISO will generate an ID and name for the project. The name will be 'PRO' followed by the ID (e.g. "PRO123").
3728
{% if include.worksheet %}Record this name in your worksheet. <img src="pics/blue_pencil.png">{% endif %}

_includes/project-new.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,6 @@ button where you can find basic information about the current page.
1919

2020
{% include project-create.md detailed=include.detailed section=2.1 worksheet=true %}
2121

22-
### 2.1.1 Add a Study (optional)
23-
24-
If you plan to upload your project data to the ENA, you must add a _Study_ to
25-
your Project.
26-
27-
1. Click on the _Studies_ header to expand the section.
28-
1. Click the _Add_ button at the top left of the table.
29-
1. Much like creating a Project, enter:
30-
* _Alias_ (letters and numbers only): this can have any name, but make sure
31-
it is recognizable as belonging to your Project.
32-
* _Description_: any free-text description
33-
* _Study Type_: Select an option from the drop-down menu. Unless you are certain
34-
of the sequencing type, select `Other`.
35-
1. Click the _Save_ button at the upper right.
36-
3722

3823
## 2.2 Projects List
3924

@@ -63,7 +48,7 @@ searched using the field in the upper right.
6348

6449
### 2.3.1 Add Project Files
6550

66-
In the _Project Files_ section, you can add attach any necessary documents to the
51+
In the _Project Files_ section, you can attach any necessary documents to the
6752
project (e.g. Project Information form, REB).
6853

6954
1. On the Edit Project page, click the _Project Files_ header to expand the section.

_includes/runs-add-pools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ _Sequencing Container_.
2424

2525
Now check on the sequencing order.
2626

27-
1. Click on the _Outstanding Sequencing Orders_ page and verify that the _Remaining_ column now shows 1 for the pool you
27+
1. Click on the _Outstanding Sequencing Orders_ page and verify that the _Running_ column now shows 1 for the pool you
2828
added to the run.

_includes/runs-auto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ about the quality of the run similar to the on-instrument applications like SAV.
1111
This includes statistics like percent pass filter, the percent of bases with
1212
Qscores over 30, and cluster density.
1313

14-
1. From the _Sequencing Runs_ page, find the run assigned to you for this tutorial.
14+
1. From the _Sequencing Runs_ page, find the run `{{ site.run_scanner_run }}`.
1515
Click on the run alias to go to the run page.
1616
1. Scroll down to the _Metrics_ section and examine the sequencing metrics for
1717
this run.

_includes/samples-receiving-bulk.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ the table.
1818
* _Time of Receipt_: `9:00 am`
1919
* _Received From_: Select any lab.
2020
* _Received By_: Select any group.
21-
* _Sample Type_: `GENOMIC`
2221
* _Project_: Select your project's {% if include.detailed %}short{% endif %} name from the drop-down.
2322
{% if include.detailed %}
2423
* _Subproject_: Select the subproject you created.
2524
{% endif %}
25+
* _Sample Type_: `GENOMIC`
2626
* _Sci. Name_: `{{ site.scientific_name }}`
2727
{% if include.detailed %}
2828
* _Donor Sex_: Select any item from the drop-down.
2929
* _Tissue Origin_: `{{ site.tissue_origin_2 }}`
3030
* _Tissue Type_: `{{ site.tissue_type_2 }}`
3131
* _Times Received_: `1`
3232
* _Tube Number_: `1`
33-
* _Secondary ID_: `BioBankID 1`.
33+
* _Secondary ID_: `BioBankID 2`.
3434
* _Material_: Select any item from the drop down.
35+
* _Tiempoint_: `T1`
3536
* _QC Status_: `Ready`
3637
{% else %}
3738
* _QC Passed?_: `True`
@@ -53,9 +54,9 @@ Command+V (Mac) on your keyboard to paste into the selected cell(s).
5354
1. Click the _Date of Receipt_ cell in the first row. A blue square will appear at
5455
the lower right hand corner of the cell. Double click it to fill in the rest of the
5556
column with the same date.
56-
1. Fill in the columns in the same way for: _Time of Receipt_, _Received From_, _Received By_, _Sample Type_, _Project_,
57+
1. Fill in the columns in the same way for: _Time of Receipt_, _Received From_, _Received By_, _Project_, _Sample Type_,
5758
_Sci. Name_, {% if include.detailed %} _Subproject_, _Donor Sex_, _Tissue Origin_, _Tissue Type_, _Times Received_,
58-
_Tube Number_, _Material_, and _QC Status_ {% else %} _QC Passed?_{% endif %}.
59+
_Tube Number_, _Material_, _Timepoint_, and _QC Status_ {% else %} _QC Status_{% endif %}.
5960
1. Copy text from another program and paste it into the _Description_ cell.
6061

6162
1. _Matrix Barcode_: you would normally use a hand-scanner or copy and paste a list of
@@ -83,7 +84,7 @@ If you have a label with an incrementing number (_e.g._, `1`, `2`), enter two ro
8384
blue square.
8485

8586
{% if include.detailed %}
86-
1. _Secondary ID_: enter `BioBankID 2` in the second row. Select the _Secondary Identifier_ fields for rows 1 and 2,
87+
1. _Secondary ID_: enter `BioBankID 3` in the second row. Select the _Secondary Identifier_ fields for rows 1 and 2,
8788
then double click the blue square to fill down rows 3 and 4.
8889
{% else %}
8990
1. _Alias_: enter `{{ site.plain_sample3_alias }}` in the second row. Select the _Alias_ fields for rows 1 and 2, then

_includes/samples-receiving.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
If you weren't given any barcodes to use, enter one like `PROJ-101`,
2323
replacing `PROJ` with your project's {% if include.detailed == true %}short{% endif %}
2424
name. Record the barcode on your worksheet. <img src="pics/blue_pencil.png">
25-
1. _Sample Type_: select `GENOMIC` from the drop down.
2625
1. _Project_: Select the {% if include.detailed %}short{% endif %} name of the project you created in the last
2726
exercise.
2827
{% if include.detailed %}
@@ -31,4 +30,5 @@
3130
information. It can sometimes take a few minutes for the new subproject option
3231
to become available.
3332
{% endif %}
33+
1. _Sample Type_: select `GENOMIC` from the drop down.
3434
1. _Scientific Name_: `{{ site.scientific_name }}`.

_includes/working_with_tables.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ Samples, libraries, library aliquots, or pools can be bulk-added to a box from w
126126

127127
# 6. Check QCs (Libraries only)
128128

129-
The _Check QCs_ feature can be used to automatically update the _QC Passed?_ column values based on the values in the _Size (bp)_, _Volume_, or _Conc._ columns.
129+
The _Check QCs_ feature can be used to automatically update the _QC Status_ column values based on the values in the _Size (bp)_, _Volume_, or _Conc._ columns.
130130

131131
1. Return to your _Create Libraries_ bulk table.
132-
1. Ensure all _QC Passed?_ cells are set to **Unknown**.
132+
1. Ensure all _QC Status_ cells are empty.
133133
1. In the top row, enter the following values:
134134
* _Size (bp)_: **300**
135135
* _Volume_: **10**
@@ -144,13 +144,13 @@ The _Check QCs_ feature can be used to automatically update the _QC Passed?_ col
144144
1. In the _Size_ section, select **=** from the dropdown menu and enter **303** into the input field.
145145
1. Leave the _Volume_ and _Concentration_ sections set to **ignore**.
146146
1. Click **Check**.
147-
* Note that the _QC Passed?_ values have changed.
147+
* Note that the _QC Status_ values have changed.
148148
1. Click **Check QCs**.
149149
1. In the _Volume_ section, select **>** from the dropdown menu and enter **10** into the input field.
150150
1. In the _Concentration_ section, select **<=** from the dropdown menu and enter **4** into the input field.
151151
1. Leave the _Size_ section set to **ignore**.
152152
1. Click **Check**.
153-
* Note that the _QC Passed?_ values have changed.
153+
* Note that the _QC Status_ values have changed.
154154

155155
<a name="export"/>
156156

@@ -159,7 +159,7 @@ The _Check QCs_ feature can be used to automatically update the _QC Passed?_ col
159159
The current state of the bulk table data can be exported at any time. Exports can be saved as Microsoft Excel, Open Document Format, or Comma-delimited Data (CSV) files.
160160

161161
1. Return to your _Create Libraries_ bulk table.
162-
1. Click **Export Data** at the top of the table.
162+
1. Click **Export** at the top of the table.
163163
1. Select **Microsoft Excel** format.
164164
1. Click **Export**.
165165
* The spreadsheet will begin downloading.

tutorial-detailed-project-coordination.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Sub-projects are an optional feature - a project is not required to have sub-pro
3838
* Fill in the alias and description.
3939
* Select the priority from the drop-down. This will cause high-priority items
4040
to display priority messages in the MISO interface.
41-
* Select `{{ site.scientific_name }}` from the Reference Genome dropdown
41+
* Select `{{ site.reference_genome }}` from the Reference Genome dropdown
4242
1. Click _Save_ in the top right corner of the page.
4343

4444
Once a subproject is set up, it can be selected when creating Samples.

tutorial-detailed-samples.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ donor `PROJ_ID1`.
9191
1. _Secondary ID_: `BioBankID 1`. This is the Biobank ID or Tube ID. It may also be left
9292
blank.
9393
1. _Material_: Select any from the drop-down.
94+
1. _Timepoint_: `T1`
9495
1. _QC Status_: select `Ready` from the drop down.
9596
1. At the upper right hand side, click _Save_.
9697

@@ -168,6 +169,7 @@ In this section, we will 'receive' a single stock DNA tube from the tissue mater
168169
* _Times Received_: `1`
169170
* _Tube Number_: `1`
170171
* _Secondary ID_: `BioBankID 6`.
172+
* _Timepoint_: `T1`
171173
* _STR Status_: select any value from the dropdown menu.
172174
* _Volume_: `300`
173175
* _Vol. Units_: `µL`
@@ -215,7 +217,7 @@ created from the tissue.
215217

216218
Create a {{ site.slide_class }} from one of your Tissue samples.
217219

218-
1. On the _Samples_ page, enter your project name in the search box.
220+
1. On the _Samples_ page, enter your project short name in the search box.
219221
1. Check the box for the {{ site.tissue_class }} you created in exercise 2.1. It will have tissue origin
220222
{{ site.tissue_origin_1 }} and tissue type {{ site.tissue_type_1 }}.
221223
1. Click the _Propagate_ button at the top left of the table.
@@ -239,14 +241,13 @@ Record the alias in your worksheet. <img src="pics/blue_pencil.png">
239241
For three of the {{ site.tissue_class }} samples created previously (by bulk entry), we will
240242
create stocks for library preparation.
241243

242-
1. On the _Samples_ page, enter your project name in the search box.
244+
1. On the _Samples_ page, enter your project short name in the search box.
243245
1. Check the boxes for any three of the the {{ site.tissue_class }} samples with tissue type {{ site.tissue_type_2 }}
244246
that you created in section 2.3.
245247
1. Click the _Propagate_ button at the top left of the table.
246248
1. Enter `1` replicates to `Stock`.
247249
1. Click _Propagate_.
248250
1. Fill out the table:
249-
* _Description_: Free text description. In this case, use "Stock (Tissue Type)(Individual)". (e.g. `Stock P2`)
250251
* _Matrix Barcode_: Choose a barcode for each stock. If you were not given barcodes to use,
251252
enter the following instead, replacing `PROJ` with your project's short name. Record the
252253
barcodes on your worksheet. <img src="pics/blue_pencil.png">
@@ -274,7 +275,7 @@ In this case we will update several fields of 4 stock samples. We will use the
274275
stocks we entered in the previous step as well as the reference stock entered in
275276
part 2.4 of this tutorial.
276277

277-
1. On the _Samples_ page, enter your project name in the search box.
278+
1. On the _Samples_ page, enter your project short name in the search box.
278279
1. Check the boxes for the {{ site.stock_class }} samples (propagated and received) that you created in
279280
sections 2.4 and 3.2.
280281
1. Click the _Edit_ button at the top left of the table.
@@ -294,17 +295,14 @@ Propagate again from the 4 _{{ site.stock_class }}_ samples to _{{ site.aliquot_
294295

295296
1. If you are continuing from the end of section **3.3 Bulk Editing**, do not
296297
navigate away from the page.
297-
1. At the top left of the table after saving samples, click the _Propagate_ button.
298-
1. Enter `1` for the number of replicates (child samples to be created from each parent)
299-
and `Aliquot` for the category of child sample. Continue to step 3.
298+
1. At the top left of the table after saving samples, click the _Propagate_ button and continue to step 3.
300299
1. Otherwise, select samples using the following:
301-
1. On the _Samples_ page, enter your project name in the search box.
300+
1. On the _Samples_ page, enter your project short name in the search box.
302301
1. Check the boxes for the {{ site.stock_class }} samples.
303302
1. Click the _Propagate_ button at the top of the table.
304-
1. A dialog will appear. Select `1` replicate to `Aliquot` and click _Propagate_.
303+
1. A dialog will appear. Select `1` replicate to `Aliquot` and click _Propagate_.
305304
1. Fill out the table:
306305
* _Sample Alias_: Skip this field. It will be automatically filled in upon save.
307-
* _Description_: Free text description. In this case, use "Aliquot (Tissue Type)(Individual)". (e.g. `Aliquot P2`)
308306
* _Matrix Barcode_: choose a barcode for each aliquot. If you weren't given barcodes to use, enter the following
309307
instead, replacing `PROJ` with your project's short name. Record the barcodes on your worksheet.
310308
<img src="pics/blue_pencil.png">

0 commit comments

Comments
 (0)