annotate README.md @ 0:dabc1e7ca486 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 14:54:54 -0500
parents
children 0812cba3c4c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
1 # bcftools (v1.2)
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
2
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
3 This aims to be a "faithful" rendering of the bcftool suite. I.e. options are
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
4 presented essentially as closely to the command line version as is useful.
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
5
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
6 This may not appeal to all, if you'd like to see smaller and more dedicated
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
7 tools (e.g. "intersect", "union" and "complement" being separate tools instead
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
8 of all of them included in the "isec" tool,) please feel free to file an issue.
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
9
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
10 ## TODO:
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
11
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
12 - Galaxy needs datatypes for bcf and vcf files, block-gzipped and uncompressed.
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
13 - Galaxy needs to automatically index those files with tabix
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
14
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
15 ## "Complete" Wrappers
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
16
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
17 The wrappers were automatically generated in bulk. That doesn't get them 100%
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
18 of the way there (e.g. meaningful test cases), so the rest of the process is a
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
19 bit slower.
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
20
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
21 - bcftools call