Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqinhu committed Jul 24, 2017
1 parent f24e663 commit a1917ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ABOUT
target sites of CRISPR/CAS9 system by using seqmap

VERSION
Version: 1.5
Jul 12, 2017
Version: 1.5.1
Jul 24, 2017

SYNOPSIS
$ perl ./offscan.pl <option>
Expand All @@ -22,7 +22,7 @@ DESCRIPTION
oligonucleotides to the genome, Bioinformatics, 24(20):2395-2396.
And available at http://www-personal.umich.edu/~jianghui/seqmap/

This script is used in the following research:
This script is firstly used in the following research:
Guo, XG., Zhang, TJ., Hu, Z., Zhang, YQ., Shi ZY., Wang, QH., Cui, Y.,
Wang, FQ., Zhao, H. and Chen, YL. (2014) Efficient RNA/Cas9-mediated
genome editing in Xenopus tropicalis. Development, 141(3):707-714.
Expand All @@ -43,8 +43,8 @@ LICENSE



cas9off version 1.5
===================
cas9off version 1.5.1
=====================

Usage:

Expand Down
12 changes: 6 additions & 6 deletions offscan.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ =head1 ABOUT
=head1 VERSION
Version: 1.5
Jul 12, 2017
Version: 1.5.1
Jul 24, 2017
=head1 SYNOPSIS
Expand All @@ -28,7 +28,7 @@ =head1 DESCRIPTION
oligonucleotides to the genome, Bioinformatics, 24(20):2395-2396.
And available at http://www-personal.umich.edu/~jianghui/seqmap/
This script is used in the following research:
This script is firstly used in the following research:
Guo, XG., Zhang, TJ., Hu, Z., Zhang, YQ., Shi ZY., Wang, QH., Cui, Y.,
Wang, FQ., Zhao, H. and Chen, YL. (2014) Efficient RNA/Cas9-mediated
genome editing in Xenopus tropicalis. Development, 141(3):707-714.
Expand Down Expand Up @@ -329,7 +329,7 @@ sub ios {
} elsif ($bit eq "64") {
$osid = 2;
} else {
die "Unkown CPU!\n";
die "Unknown CPU!\n";
}
} elsif($os eq "MSWin32") {
$osid = 3;
Expand Down Expand Up @@ -357,7 +357,7 @@ sub sgRNA2fasta {
$id++;
print OUT ">$id\n$1\n";
} else {
print STDERR "Unknwow gRNA found in $in_file!\n";
print STDERR "Unknown gRNA found in $in_file!\n";
}
}
close OUT;
Expand All @@ -383,7 +383,7 @@ sub usage
{
print <<USAGE;
cas9off version 1.5
cas9off version 1.5.1
Usage:
Expand Down

0 comments on commit a1917ac

Please sign in to comment.