Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed May 15, 2024
1 parent 26ff9a3 commit e95037f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mess/workflow/scripts/replicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@
continue

samples_df.reset_index(inplace=True, drop=True)
samples_df.to_csv(snakemake.log[0], sep="\t", index=None)
samples_df.to_csv(snakemake.output[0], sep="\t", index=None)

0 comments on commit e95037f

Please sign in to comment.