File: README.txt

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 58,108 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (22 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The "transcript-align.sh" script is intended for use under
Unix/Linux systems but should also work under Cygwin.

To use the transcript-align.sh script you must do the following:

1. In the directory with the script, place a goby.jar and a
   goby.properties file that specifies the appropriate locations
   for the aligners (such as bwa) that you intend to use.

2. Edit the top of the transcript-align.sh script to specify the
   reference you want to use for the alignment
   (should be a .fa.gz file), the organism and version for that
   reference, and the reads file you want to align
   (should be a .compact-reads file). Also make sure you have the
   aligner specified and that you have specified the tag for this
   alignment (a unique string with no spaces that is meaningful
   to you).

3. Execute the script.

If all went well, a new directory named "result-TAG" should have
been created that contains the alignment.