Skip to content

Commit

Permalink
fix a bug: no & added
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqinhu committed Nov 23, 2016
1 parent e132317 commit 64f7b04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ N.B.: the scripts `dnaseq` and `rnaseq` are work with the hardware and software
HIgh-Throughput Sequencing (hits) pipeline
------------------------------------------
```
hits 0.2.2
hits 0.2.3
Usage:
Expand Down
2 changes: 1 addition & 1 deletion dnaseq
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi
dir_name=`dirname $1`
base_name=`basename $1`

nohup hits -p D -g ~/db/Fusarium_graminearum/current/bowtie2/FG.RR.*.genome.fa -d $1 -o $dir_name/$base_name.outdir 1>$dir_name/$base_name.dnaseq_log.txt 2>&1
nohup hits -p D -g ~/db/Fusarium_graminearum/current/bowtie2/FG.RR.*.genome.fa -d $1 -o $dir_name/$base_name.outdir 1>$dir_name/$base_name.dnaseq_log.txt 2>&1 &
echo "Job submitted, outputs will be in $dir_name/$base_name.outdir"
2 changes: 1 addition & 1 deletion hits
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use warnings;
use Getopt::Std;

my $appname = 'hits';
my $version = '0.2.2';
my $version = '0.2.3';
my %options = ();

init();
Expand Down

0 comments on commit 64f7b04

Please sign in to comment.