Repository 'combine_json'
hg clone https://toolshed.g2.bx.psu.edu/repos/nml/combine_json

Changeset 1:661bc10b0612 (2018-04-13)
Previous changeset 0:116510205617 (2018-03-07)
Commit message:
planemo upload commit 67dd8ca7284a045d8b96fa2bcef60dd101693cca-dirty
modified:
combineJSON.py
b
diff -r 116510205617 -r 661bc10b0612 combineJSON.py
--- a/combineJSON.py Wed Mar 07 11:39:06 2018 -0500
+++ b/combineJSON.py Fri Apr 13 13:46:46 2018 -0400
[
@@ -22,7 +22,7 @@
 input_files = args.i
 json_file = []
 
-if input_files is None or len(input_files) < 2:
+if input_files is None or len(input_files) < 1:
     print('Not enough input files. '
           'Please use -i filename.txt filename1.txt '
           'to combine JSON data files')