Skip to content

Commit

Permalink
minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 9, 2016
1 parent 00a80ed commit a05b2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mgescan/nonltr/post_process.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
use strict;
use Getopt::Long;

my $debug;
##########################################################
# get input parameter of dna file, pep file, output dir
##########################################################
Expand Down
1 change: 1 addition & 0 deletions mgescan/nonltr/run_hmm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
}

$out_file = $out1_dir.$dna_name;
# MGEScan -m ./hmm/chr.hmm -s ./aaa/NC_003070.9.fa -r ./test/f/pos/NC_003070.9.fa.rt.pos -a ./test/f/pos/NC_003070.9.fa.ape.pos -o ./test/f/out1/NC_003070.9.fa -p ./ -d ./test/f/out1/ -v 3
$command = $pdir."hmm/MGEScan -m ".$pdir."hmm/chr.hmm -s ".$dna_file." -r ".$domain_rt_pos_file." -a ".$domain_ape_pos_file." -o ".$out_file." -p ".$pdir." -d ".$out1_dir." -v ".$hmmerv;
print $command."\n" if ($debug);
system($command);
Expand Down

0 comments on commit a05b2a8

Please sign in to comment.