dib-lab / elvers

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

deseq parameter error #133

Closed prvasquez closed 5 years ago

prvasquez commented 5 years ago

When Deseq is in the yaml file but not a workflow option it raises an error

    Found configfile at /home/prvasque/projects/shark/raw_data/shark.yaml
Traceback (most recent call last):
  File "/home/prvasque/miniconda3/envs/elvers-env/bin/elvers", line 11, in <module>
    load_entry_point('elvers', 'console_scripts', 'elvers')()
  File "/home/prvasque/elvers/elvers/__main__.py", line 285, in main
    paramsD['deseq2']['program_params']['contrasts'] = {} # get rid of default contrasts
KeyError: 'deseq2'
bluegenes commented 5 years ago

thanks! - should be fixed now