Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
training:dudijon:galaxy [2021/12/14 18:26]
slegras [7.2 Rename the workflow DNA-seq data analysis]
training:dudijon:galaxy [2021/12/14 18:37]
slegras [Introduction to Galaxy]
Line 3: Line 3:
 ^ Instructor ^ Stephanie Le Gras ^ ^ Instructor ^ Stephanie Le Gras ^
 ^ Duration | 3.5 hours | ^ Duration | 3.5 hours |
-^ Content | {{:​training:​dudijon:​introgalaxy_2020_compressed.pdf|Description of the key features of Galaxy (Lecture)}} |+^ Content | {{:​training:​dudijon:​introgalaxy_2021_compressed.pdf|Description of the key features of Galaxy (Lecture)}} |
 ^ ::: | Practical session on basic features of Galaxy (Hands-on) | ^ ::: | Practical session on basic features of Galaxy (Hands-on) |
 ^ Prerequisites | None | ^ Prerequisites | None |
Line 27: Line 27:
 ++++ ++++
  
-==== - Import data into Galaxy ==== +==== - Import files from your computer to Galaxy ​====
-=== - Import files from your computer to Galaxy ===+
  
   - Download the file “**sample.bed.gz**” following this [[https://​seafile.igbmc.fr/​d/​345d7581237d4295bf2c/​|link]] ​ and upload it to Galaxy.   - Download the file “**sample.bed.gz**” following this [[https://​seafile.igbmc.fr/​d/​345d7581237d4295bf2c/​|link]] ​ and upload it to Galaxy.
Line 144: Line 143:
 {{:​training:​dudijon:​05-editorrunworklow.png?​|}} {{:​training:​dudijon:​05-editorrunworklow.png?​|}}
  
-Now your can edit or run the workflow: 
- 
-{{:​training:​dudijon:​06-editworklow.png?​|}} 
 ++++ ++++
  
Line 173: Line 169:
  
   - __Samtools flagstat__ to compute mapping statistics (after BWA mem)   - __Samtools flagstat__ to compute mapping statistics (after BWA mem)
-  - __Filter__ ​to select aligned reads with a mapping quality >= 20 (after MarkDuplicates)+  - __Filter SAM or BAM, output SAM or BAM__ to select aligned reads with a mapping quality >= 20 (after MarkDuplicates)
   - __Samtools flagstat__ to compute mapping statistics after removing reads with low mapping qualities (after Filter)   - __Samtools flagstat__ to compute mapping statistics after removing reads with low mapping qualities (after Filter)
  
Line 179: Line 175:
   - __Flagstat__ tabulate descriptive stats for BAM dataset   - __Flagstat__ tabulate descriptive stats for BAM dataset
     - BAM File to Convert: **output of BWA mem**     - BAM File to Convert: **output of BWA mem**
-  - __Filter__ ​BAM datasets ​on a variety of attributes +  - __Filter SAM or BAM, output SAM or BAM__ files on FLAG MAPQ RG LN or by region 
-    - BAM dataset(s) ​to filter: **output of Picard MarkDuplicates** +    - SAM or BAM file to filter: **output of Picard MarkDuplicates** 
-    - Select BAM property to filter on: mapQuality +    - Minimum MAPQ quality ​score: **20**
-      - Filter on read mapping ​quality ​(phred scale): **>=20** (this exact expression, including ">​="​!)+
   - __Flagstat__ tabulate descriptive stats for BAM dataset   - __Flagstat__ tabulate descriptive stats for BAM dataset
     - BAM File to Convert: **output of Filter**     - BAM File to Convert: **output of Filter**
Line 214: Line 209:
  
 ++++ Answer | ++++ Answer |
-561598 - 531417 ​30181+561598 - 530355 ​31243
 ++++ ++++