~ubuntu-branches/ubuntu/saucy/abyss/saucy

« back to all changes in this revision

Viewing changes to bin/abyss-bowtie

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-09-11 10:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110911100013-oa4m5fi036mjuwc8
Tags: 1.3.0-1
* New upstream release.
* Add libboost-graph-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
# Parse the command line.
23
23
bowtie='bowtie -S'
24
 
while getopts :ij:k:v opt; do
 
24
while getopts :j:k:v opt; do
25
25
        case $opt in
26
 
                i) ;;
27
26
                j) bowtie="$bowtie -p$OPTARG";;
28
27
                k) ;;
29
28
                v) ;;
52
51
 
53
52
# Map the reads.
54
53
echo >&2 $bowtie $target "${query[@]}"
55
 
exec abyss-tofastq "${query[@]}" |$bowtie $target -
 
54
exec abyss-tofastq -i "${query[@]}" |$bowtie $target -