Skip to content

Commit

Permalink
Change tree label font to sans-serif to match report
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Feb 23, 2016
1 parent 152427e commit e17a0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nullarbor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish: $HOME/public_html/MDU
trimmomatic: ILLUMINACLIP:$NULLARBOR/conf/trimmomatic.fa:1:30:11 LEADING:10 TRAILING:10 MINLEN:30

# Parameters for nw_display (convert .tree to .svg)
nw_display: -S -s -w 1024 -l 'font-size:12' -i 'opacity:0' -b 'opacity:0' -v 16
nw_display: -S -s -w 1024 -l 'font-size:12;font-family:sans' -i 'opacity:0' -b 'opacity:0' -v 16



0 comments on commit e17a0fc

Please sign in to comment.