biocore / American-Gut

American Gut open-access data and IPython notebooks
Other
113 stars 81 forks source link

foldd -> fold #82

Closed wasade closed 10 years ago

wasade commented 10 years ago

quick one

ElDeveloper commented 10 years ago

This seems to be all over, does it only matter in this file?

yoshikivazquezbaeza:American-Gut@template_typo$ grep -ri 'Foldd' .
./latex/macros_gut.tex:\def\enrichFolddA{20}
./latex/macros_gut.tex:\def\enrichFolddB{18}
./latex/macros_gut.tex:\def\enrichFolddC{16}
./latex/macros_gut.tex:\def\enrichFolddD{17}
./latex/macros_gut.tex:\def\enrichFolddE{70}
./latex/macros_oralskin.tex:\def\enrichFolddA{36}
./latex/macros_oralskin.tex:\def\enrichFolddB{30}
./latex/macros_oralskin.tex:\def\enrichFolddC{42}
./latex/macros_oralskin.tex:\def\enrichFolddD{12}
./latex/macros_oralskin.tex:\def\enrichFolddE{8}
./latex/template_gut.tex:        & \abundTaxonD{} & \abundSamplD{}\% & & \enrichTaxonD{} & \enrichSamplD{}\% & \enrichPopulD{}\% & \enrichFoldD{}x \\
./latex/template_oralskin.tex:        & \abundTaxonA{} & \abundSamplA{}\% & & \enrichTaxonA{} & \enrichSamplA{}\% & \enrichPopulA{}\% & \enrichFolddA{}x \\
./latex/template_oralskin.tex:        & \abundTaxonB{} & \abundSamplB{}\% & & \enrichTaxonB{} & \enrichSamplB{}\% & \enrichPopulB{}\% & \enrichFolddB{}x \\
./latex/template_oralskin.tex:        & \abundTaxonC{} & \abundSamplC{}\% & & \enrichTaxonC{} & \enrichSamplC{}\% & \enrichPopulC{}\% & \enrichFolddC{}x \\
./latex/template_oralskin.tex:        & \abundTaxonD{} & \abundSamplD{}\% & & \enrichTaxonD{} & \enrichSamplD{}\% & \enrichPopulD{}\% & \enrichFolddD{}x \\
wasade commented 10 years ago

macros_gut and macros_oralskin should be autogenerated, those are test ones. The reason this needs to change (will do the other template) is that the generate significance code changed out it was outputting the macros...

ElDeveloper commented 10 years ago

Gotcha, thanks!