annotate README.rst @ 0:9573618e2afe draft

planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
author yating-l
date Wed, 12 Apr 2017 17:43:55 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
1 gbToFasta
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
2 ==========================================================
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
3 Galaxy wrapper for UCSC tools gbToFasta and raToTab. Convert GenBank records to fasta and create table with coding regions information for each mRNA record.
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
4
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
5 gbToFasta
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
6 ---------
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
7
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
8 gbToFaRa - Convert GenBank flat format file to an fa file containing
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
9 the sequence data, an ra file containing other relevant info and
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
10 a ta file containing summary statistics.
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
11
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
12 usage:
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
13 gbToFaRa filterFile faFile raFile taFile genBankFile(s)
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
14 where filterFile is definition of which records and fields
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
15 use /dev/null if you want no filtering.
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
16
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
17 $ gbToFaRa /dev/null gbfile.fa gbfile.ra gbfile.ta gbfile
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
18
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
19 raToTab
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
20 --------
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
21 raToTab - Create table with coding regions information for each mRNA record
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
22
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
23 usage:
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
24 raToTab -cols=acc,cds gbfile.ra gbfile.cds
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
25
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
26 Source code:
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
27 ============
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
28
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
29 http://hgdownload.cse.ucsc.edu/admin/exe/
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
30
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
31 Licence
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
32 -------
9573618e2afe planemo upload commit f3fb68f4faf6766eef195b8b36157035ab95e7b1
yating-l
parents:
diff changeset
33 Please note that commercial download and installation of the Blat and In-Silico PCR software may be licensed through Kent Informatics (http://www.kentinformatics.com).