Guest User

Untitled

a guest
Apr 13th, 2016
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Windows version
  2.  
  3. Running 64Bit Version
  4.  
  5. mothur v.1.36.1
  6. Last updated: 7/27/2015
  7.  
  8. by
  9. Patrick D. Schloss
  10.  
  11. Department of Microbiology & Immunology
  12. University of Michigan
  13. http://www.mothur.org
  14.  
  15. When using, please cite:
  16. Schloss, P.D., et al., Introducing mothur: Open-source, platform-independent, community-supported software for describing and comparing microbial communities. Appl Environ Microbiol, 2009. 75(23):7537-41.
  17.  
  18. Distributed under the GNU General Public License
  19.  
  20. Type 'help()' for information on the commands that are available
  21.  
  22. Type 'quit()' to exit program
  23. Interactive Mode
  24.  
  25.  
  26. mothur >
  27. set.current(list=demo.list, count=demo.count_table)
  28.  
  29. Using 1 processors.
  30.  
  31. Current files saved by mothur:
  32. list=demo.list
  33. count=demo.count_table
  34.  
  35. mothur >
  36. make.shared(list=current, count=current, label=0.01)
  37. Using demo.count_table as input file for the count parameter.
  38. Using demo.list as input file for the list parameter.
  39. 0.01
  40.  
  41. Output File Names:
  42. demo.shared
  43.  
  44.  
  45. mothur >
  46. get.current()
  47.  
  48. Current files saved by mothur:
  49. list=demo.list
  50. shared=demo.shared
  51. count=demo.count_table
  52.  
  53. Current default directory saved by mothur: C:\Users\Richard\Documents\Mothur\mothur\
  54.  
  55. Current working directory: C:\Users\Richard\Desktop\shared test\
  56.  
  57. mothur >
  58. system(rename demo.list demo.2.list)
  59.  
  60.  
  61. mothur >
  62. get.current()
  63.  
  64. Current files saved by mothur:
  65. list=demo.list
  66. shared=demo.shared
  67. count=demo.count_table
  68.  
  69. Current default directory saved by mothur: C:\Users\Richard\Documents\Mothur\mothur\
  70.  
  71. Current working directory: C:\Users\Richard\Desktop\shared test\
  72.  
  73. mothur >
  74. make.shared(list=current, count=current, label=0.01)
  75. Using demo.count_table as input file for the count parameter.
  76. Using demo.list as input file for the list parameter.
  77. Unable to open demo.list. Trying default C:\Users\Richard\Documents\Mothur\mothur\demo.list
  78. Unable to open C:\Users\Richard\Documents\Mothur\mothur\demo.list
  79. Using demo.list as input file for the list parameter.
  80. [ERROR]: did not complete make.shared.
  81.  
  82. mothur >
  83. quit()
Advertisement
Add Comment
Please, Sign In to add comment