annotate readme.rst @ 73:0745b27fe62c draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 80fbf6800feb0bb02c047d37e97b7a12e9c68f4c"
author iuc
date Fri, 23 Apr 2021 11:36:56 +0000
parents c64768095d19
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
1 JBrowse in Galaxy
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
2 =================
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
3
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
4 JBrowse is a fast, embeddable genome browser built completely with
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
5 JavaScript and HTML5
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
6
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
7 Thus, it makes an ideal fit with Galaxy, especially for use as a
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
8 workflow summary. E.g. annotate a genome, then visualise all of the
16
318a0aa5075a Uploaded manually
iuc
parents: 13
diff changeset
9 associated datasets as an interactive HTML page. This tool MUST be whitelisted
46
f90c22c8fa7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3c41f2c44dd5080cbdb5f6bb85dac2b564c8966e
iuc
parents: 42
diff changeset
10 (or ``sanitize_all_html=False`` in galaxy.ini) to function correctly.
16
318a0aa5075a Uploaded manually
iuc
parents: 13
diff changeset
11
0
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
12 Installation
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
13 ============
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
14
16
318a0aa5075a Uploaded manually
iuc
parents: 13
diff changeset
15 It is recommended to install this wrapper via the Galaxy Tool Shed.
0
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
16
13
67fb31daef0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents: 12
diff changeset
17 Running Locally
67fb31daef0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents: 12
diff changeset
18 ===============
67fb31daef0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents: 12
diff changeset
19
46
f90c22c8fa7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3c41f2c44dd5080cbdb5f6bb85dac2b564c8966e
iuc
parents: 42
diff changeset
20 The Galaxy tool interface writes out a xml file which is then used to generate
13
67fb31daef0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents: 12
diff changeset
21 the visualizations. An example used during development/testing can be seen in
16
318a0aa5075a Uploaded manually
iuc
parents: 13
diff changeset
22 `test-data/*/test.xml`. The format is in no way rigorously defined and is
318a0aa5075a Uploaded manually
iuc
parents: 13
diff changeset
23 likely to change at any time! Beware. ;)
13
67fb31daef0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents: 12
diff changeset
24
0
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
25 History
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
26 =======
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
27
71
c64768095d19 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 55de003830db380639df997cdc5810df8022f63e"
iuc
parents: 69
diff changeset
28 - 1.16.11+galaxy0
c64768095d19 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 55de003830db380639df997cdc5810df8022f63e"
iuc
parents: 69
diff changeset
29
c64768095d19 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 55de003830db380639df997cdc5810df8022f63e"
iuc
parents: 69
diff changeset
30 - UPDATED to JBrowse 1.16.11
c64768095d19 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 55de003830db380639df997cdc5810df8022f63e"
iuc
parents: 69
diff changeset
31
69
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
32 - 1.16.10+galaxy0
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
33
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
34 - UPDATED to JBrowse 1.16.10
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
35 - ADDED GALAXY_JBROWSE_SYMLINKS environment variable: if set, the tool will make symlinks to bam/bigwig files instead of copying them
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
36
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
37 - 1.16.9+galaxy0
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
38
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
39 - UPDATED to JBrowse 1.16.9
4340af194c46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents: 66
diff changeset
40
66
5e254b251ac9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ae8d2d9583a8e17fc7e4e1bc1e681a8998b4de07"
iuc
parents: 60
diff changeset
41 - 1.16.8+galaxy0
5e254b251ac9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ae8d2d9583a8e17fc7e4e1bc1e681a8998b4de07"
iuc
parents: 60
diff changeset
42
5e254b251ac9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ae8d2d9583a8e17fc7e4e1bc1e681a8998b4de07"
iuc
parents: 60
diff changeset
43 - UPDATED to JBrowse 1.16.8
5e254b251ac9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ae8d2d9583a8e17fc7e4e1bc1e681a8998b4de07"
iuc
parents: 60
diff changeset
44
60
7a4f4d55e8c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit df0ef2f7aaf34e585edbf88654fec9dd9e6acff1
iuc
parents: 58
diff changeset
45 - 1.16.5+galaxy0
7a4f4d55e8c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit df0ef2f7aaf34e585edbf88654fec9dd9e6acff1
iuc
parents: 58
diff changeset
46
7a4f4d55e8c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit df0ef2f7aaf34e585edbf88654fec9dd9e6acff1
iuc
parents: 58
diff changeset
47 - UPDATED to JBrowse 1.16.5
7a4f4d55e8c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit df0ef2f7aaf34e585edbf88654fec9dd9e6acff1
iuc
parents: 58
diff changeset
48
58
c8772f1f6a38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
iuc
parents: 54
diff changeset
49 - 1.16.4+galaxy0
c8772f1f6a38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
iuc
parents: 54
diff changeset
50
c8772f1f6a38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
iuc
parents: 54
diff changeset
51 - UPDATED to JBrowse 1.16.4
c8772f1f6a38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
iuc
parents: 54
diff changeset
52 - ADDED filter too big metadata
c8772f1f6a38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
iuc
parents: 54
diff changeset
53 - CHANGED default value for topLevelFeatures (gene subfeatures are now inferred) and style.className (feature style was fixed)
c8772f1f6a38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
iuc
parents: 54
diff changeset
54
54
b4d512ee2d14 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 75f6e483debb4c0d388bf4a54df81ee89af598d5
iuc
parents: 53
diff changeset
55 - 1.16.2+galaxy0
b4d512ee2d14 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 75f6e483debb4c0d388bf4a54df81ee89af598d5
iuc
parents: 53
diff changeset
56
b4d512ee2d14 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 75f6e483debb4c0d388bf4a54df81ee89af598d5
iuc
parents: 53
diff changeset
57 - UPDATED to JBrowse 1.16.2
b4d512ee2d14 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 75f6e483debb4c0d388bf4a54df81ee89af598d5
iuc
parents: 53
diff changeset
58 - ADDED support for NeatHTMLFeatures and NeatCanvasFeatures track types
b4d512ee2d14 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 75f6e483debb4c0d388bf4a54df81ee89af598d5
iuc
parents: 53
diff changeset
59
53
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
60 - 1.16.1+galaxy0
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
61
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
62 - UPDATED to JBrowse 1.16.1
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
63 - ADDED support for MultiBigWig plugin
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
64 - ADDED support for tabix indexing of fasta and gff
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
65 - ADDED support for REST and SPARQL endpoints
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
66 - ADDED option to change chunk size for BAM tracks
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
67 - FIXED loading of VCF files. They were gzipped and the URLs were incorrect
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
68 - FIXED metadata on tracks types other than GFF+HTML
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
69 - FIXED infrastructure URL parsing (and embedding in links) for some tracks
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
70 - REMOVED support for selecting multiple genomes as input due to tracking of track metadata
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
71 - REMOVED support for themes as JBrowse no longer allow runtime loading of plugins
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
72
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
73 - 0.7 Support for plugins (currently GC Content, Bookmarks, ComboTrackSelector),
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
74 track metadata
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
75 - 0.5.2 Support for CanvasFeatures options.
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
76 - 0.5.1 Support for contextual menus. Conda tests.
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
77 - 0.5 Update existing instances on disk. Index names. Support HTML tracks
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
78 instead of Canvas. Support default tracks. General JBrowse optinos
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
79 - 0.4 Support for dataset collections and customisation of tracks including
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
80 labelling, colours, styling. Added support for genetic code selection.
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
81 Fixed package installation recipe issues.
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
82 - 0.3 Added support for BigWig, etc.
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
83 - 0.2 Added support for BAM, Blast, VCF.
c6fd9fbd50e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents: 46
diff changeset
84 - 0.1 Initial public release.
0
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
85
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
86 Wrapper License (MIT/BSD Style)
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
87 ===============================
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
88
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
89 Permission to use, copy, modify, and distribute this software and its
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
90 documentation with or without modifications and for any purpose and
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
91 without fee is hereby granted, provided that any copyright notices
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
92 appear in all copies and that both those copyright notices and this
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
93 permission notice appear in supporting documentation, and that the names
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
94 of the contributors or copyright holders not be used in advertising or
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
95 publicity pertaining to distribution of the software without specific
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
96 prior permission.
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
97
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
98 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
99 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
100 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
101 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
102 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
103 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
104 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
c77c1d5baadb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff changeset
105 PERFORMANCE OF THIS SOFTWARE.