dib-lab / elvers

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

untab comments in .yml files #104

Closed ctb closed 5 years ago

ctb commented 5 years ago

when you run --build_config the output file looks like this:


  ####################  Eelpond Pipeline Configfile  ####################

The blank lines are unnecessary, and the '#' starting at column 2 or 3 confuses vim into wanting to start comments and new lines indented.

I'd suggest something like

# 
# eelpond pipeline configuration
# 

but am somewhat agnostic as long as we recognize that whitespace is significant to some editors :)