You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get the interaction partner data and report on it
163
+
* Do some domain assignment and match up the PDB interaction partners
150
164
151
165
=cut
152
166
@@ -167,7 +181,7 @@ use ELM;
167
181
use ELM::Utils 'get_www';
168
182
169
183
#Current version of the script
170
-
our$VERSION = "v1.4.1";
184
+
our$VERSION = "v1.4.2";
171
185
172
186
#User options
173
187
my$help;
@@ -220,7 +234,7 @@ my @fasta_files = @ARGV;
220
234
#Print out some help if it was asked for or if no arguments were given.
221
235
pod2usage(-exitstatus=> 0, -verbose=> 2) if$help;
222
236
223
-
pod2usage(-exitstatus=> 0, -verbose=> 1, -msg=>"mELM version $VERSION by Matt Oates (C) 2014-2016. Please provide some sequence files to mask or assign ELM motifs to.")
237
+
pod2usage(-exitstatus=> 0, -verbose=> 1, -msg=>"mELM version $VERSION by Matt Oates (C) 2014-2019. Please provide some sequence files to mask or assign ELM motifs to.")
0 commit comments