dib-lab / elvers

(formerly eelpond) an automated RNA-Seq workflow system
https://dib-lab.github.io/elvers/
Other
28 stars 3 forks source link

read_table future warning #83

Closed ACharbonneau closed 5 years ago

ACharbonneau commented 5 years ago

Hi!

Not sure if you're aware of this, but it looks like read_table is going away soon:

/home/ubuntu/miniconda3/envs/eelpond/lib/python3.6/site-packages/snakemake/workflow.py:23: FutureWarning: read_table is deprecated, use read_csv instead, passing sep='\t'. from snakemake.shell import shell

bluegenes commented 5 years ago

did not know - thanks!! Will replace with read_csv