mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix maf_limit_to_species.py if no species is given
This commit is contained in:
@@ -46,7 +46,8 @@ def main():
|
||||
maf_reader.close()
|
||||
maf_writer.close()
|
||||
|
||||
print("Restricted to species: %s." % ", ".join(species))
|
||||
if species:
|
||||
print("Restricted to species: %s." % ", ".join(species))
|
||||
print("%i MAF blocks have been kept." % maf_blocks_kept)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user