Skip to content

Commit

Permalink
some naming changs
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Nov 20, 2014
1 parent 613ff8c commit 6d041f4
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@
# Date : 2014-08-14

use strict;

# try to use BioUtil::Seq
if ( eval { require BioUtil::Seq; 1; } ne 1 ) {
die "\nPlease install BioUtil::Seq by CPAN:\n"
. " cpan install BioUtil::Seq\n\n";
}
else {
BioUtil::Seq->import();
}
use BioUtil::Seq;

die "\nUsage: $0 fasta_file [fasta_file ...]\n\n"
unless @ARGV > 0;
Expand Down
4 changes: 4 additions & 0 deletions enzyme/.directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2014,11,20,13,13,9
Version=3
ViewMode=1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions protein/.directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2014,11,20,13,13,30
Version=3
ViewMode=1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions sequence/fasta_seq_length.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
#!/usr/bin/env python
from __future__ import print_function

import sys
import os

Expand Down Expand Up @@ -30,4 +32,4 @@

mpl.rc("figure", figsize=(8, 4))
sns.distplot(lengths)
plt.savefig(file + ".len.png")
plt.savefig(file + ".len.png")
File renamed without changes.

0 comments on commit 6d041f4

Please sign in to comment.