Skip to content

Commit

Permalink
fix for 890
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna.otylia.sikora@gmail.com committed Mar 29, 2023
1 parent 290d452 commit 873c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/workflows/ChIP-seq/internals.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def check_if_spikein_genome(genome_index,spikeinExt):
for line in ifile:
resl.append(re.search(spikeinExt, line))
if any(resl):
print("\n Spikein genome detected - at least one spikeIn chromosome found with extention " + spikeinExt + " .\n\n")
logging.info("\n Spikein genome detected - at least one spikeIn chromosome found with extention " + spikeinExt + " .\n\n")
return True
else:
return False
Expand Down

0 comments on commit 873c89e

Please sign in to comment.