Skip to content

Commit 9309ee2

Browse files
authored
Merge pull request #6681 from galaxyproject/samtoolstats
Mapping tutorial: add tip about setting dbkey for samtools stats
2 parents 785b83b + 5c08097 commit 9309ee2

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

topics/sequence-analysis/tutorials/mapping/tutorial.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ recordings:
6666
length: 37M
6767
galaxy_version: 24.2.3.dev0
6868
date: '2025-03-18'
69-
speakers:
69+
speakers:
7070
- tflowers15
71-
captioners:
71+
captioners:
7272
- tflowers15
7373
bot-timestamp: 1742268940
7474

@@ -203,11 +203,20 @@ After that, you should have a look at the reads and inspect the BAM file where t
203203
The BAM file includes a lot of information about each read, particularly the quality of mapping.
204204
205205
> <hands-on-title>Summary of mapping quality</hands-on-title>
206-
> 1. {% tool [Samtools Stats](toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2) %} with the following parameters
206+
> 1. {% tool [Samtools Stats](toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.8) %} with the following parameters
207207
> - {% icon param-file %} *"BAM file"*: `aligned reads` (output of **Bowtie2** {% icon tool %})
208-
> - *"Use reference sequence"*: `Locally cached/Use a built-in genome`
208+
> - *"Use reference sequence"*: `Use a built-in genome`
209209
> - *"Using genome"*: `Mouse (Mus musculus): mm10 Full`
210210
>
211+
> > <tip-title> No options for reference sequence? </tip-title>
212+
> > If you do not see a list of options for the reference sequence, double-check that you selected a reference genome during the previous step (Bowtie2).
213+
> >
214+
> > You can also set the **"Database/build"** attribute on the input file manually (see below). Make sure to set it to *Mouse (Mus musculus): mm10 Full*
215+
> >
216+
> > {% snippet faqs/galaxy/datasets_change_dbkey.md %}
217+
> >
218+
> {: .tip}
219+
>
211220
> 2. Inspect the {% icon param-file %} `Stats` file
212221
>
213222
{: .hands_on}

0 commit comments

Comments
 (0)