annotate macros.xml @ 4:af7c50162f0b draft

Uploaded
author devteam
date Tue, 21 Apr 2015 14:36:15 -0400
parents c1419fa820c6
children f57df915aa10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
1 <macros>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
2 <xml name="requirements">
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
3 <requirements>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
4 <requirement type="package" version="1.2">samtools</requirement>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
5 <yield/>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
6 </requirements>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
7 </xml>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
8 <xml name="citations">
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
9 <citations>
4
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
10 <citation type="bibtex">
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
11 @misc{SAM_def,
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
12 title={Definition of SAM/BAM format},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
13 url = {https://samtools.github.io/hts-specs/SAMv1.pdf},}
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
14 </citation>
3
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
15 <citation type="doi">10.1093/bioinformatics/btp352</citation>
4
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
16 <citation type="doi">10.1093/bioinformatics/btr076</citation>
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
17 <citation type="doi">10.1093/bioinformatics/btr509</citation>
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
18 <citation type="bibtex">
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
19 @misc{Danecek_et_al,
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
20 Author={Danecek, P., Schiffels, S., Durbin, R.},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
21 title={Multiallelic calling model in bcftools (-m)},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
22 url = {http://samtools.github.io/bcftools/call-m.pdf},}
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
23 </citation>
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
24 <citation type="bibtex">
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
25 @misc{Durbin_VCQC,
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
26 Author={Durbin, R.},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
27 title={Segregation based metric for variant call QC},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
28 url = {http://samtools.github.io/bcftools/rd-SegBias.pdf},}
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
29 </citation>
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
30 <citation type="bibtex">
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
31 @misc{Li_SamMath,
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
32 Author={Li, H.},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
33 title={Mathematical Notes on SAMtools Algorithms},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
34 url = {http://www.broadinstitute.org/gatk/media/docs/Samtools.pdf},}
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
35 </citation>
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
36 <citation type="bibtex">
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
37 @misc{SamTools_github,
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
38 title={SAMTools GitHub page},
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
39 url = {https://github.com/samtools/samtools},}
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
40 </citation>
3
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
41 </citations>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
42 </xml>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
43 <xml name="version_command">
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
44 <version_command>samtools --version | head -n 1 | awk '{ print $2 }'</version_command>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
45 </xml>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
46 <xml name="stdio">
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
47 <stdio>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
48 <exit_code range="1:" level="fatal" description="Error" />
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
49 </stdio>
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
50 </xml>
4
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
51 <token name="@no-chrom-options@">
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
52 -----
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
53
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
54 .. class:: warningmark
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
55
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
56 **No options available? How to re-detect metadata**
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
57
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
58 If you see a &quot;No options available&quot; within the &quot;**Select references (chromosomes and contigs) you would like to restrict bam to**&quot; drop down, you need to re-detect metadata for the dataset you are trying to process. To do this follow these steps:
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
59
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
60 1. Click on the **pencil** icon adjacent to the dataset in the history
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
61 2. A new menu will appear in the center pane of the interface
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
62 3. Click **Datatype** tab
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
63 4. Set **New Type** to **BAM**
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
64 5. Click **Save**
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
65
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
66 The medatada will be re-detected and you will be able to see the list of reference sequences in the &quot;**Select references (chromosomes and contigs) you would like to restrict bam to**&quot; drop-down.
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
67
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
68 </token>
af7c50162f0b Uploaded
devteam
parents: 3
diff changeset
69
3
c1419fa820c6 Uploaded
devteam
parents:
diff changeset
70 </macros>