diff size_distributions.py @ 3:21b5a9170b90 draft

planemo upload for repository https://github.com/bardin-lab/smallRNA_tools commit c8e0a703fcdff580ba0a0c5806a37c088c03ab7b
author mvdbeek
date Mon, 20 Aug 2018 14:27:49 -0400
parents ac5584567084
children f1eeaf42144b
line wrap: on
line diff
--- a/size_distributions.py	Mon Aug 20 13:02:42 2018 -0400
+++ b/size_distributions.py	Mon Aug 20 14:27:49 2018 -0400
@@ -40,7 +40,7 @@
 
 
 def write_table(df, output_path):
-    df.to_csv(output_path, sep="\t")
+    df.to_csv(output_path, sep="\t", index=False)
 
 
 @click.command()