Skip to content

Commit

Permalink
v1.6.2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Aug 2, 2019
1 parent 16f7ac8 commit 01bad30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions get_organelle_from_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ def get_options(description, version):
sys.stdout.write("\n############################################################################"
"\nERROR: " + check_file + " not found!\n\n")
exit()
if os.path.getsize(check_file) == 0:
sys.stdout.write("\n############################################################################"
"\nERROR: " + check_file + " is empty!\n\n")
exit()
if options.unpaired_fq_files:
options.unpaired_fq_files = options.unpaired_fq_files.split(",")
for fastq_file in options.unpaired_fq_files:
Expand Down

0 comments on commit 01bad30

Please sign in to comment.