Advertisement
MasterOrange

Silve132_STDOUT

Aug 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. assign_taxonomy.py
  2. align_seqs.py
  3. filter_alignment.py
  4. make_phylogeny.py
  5. make GG pruned phylogeny
  6. filter_tree.py
  7. make_otu_table.py
  8. filter_otus_from_otu_table
  9. convert_biom.py | biom convert
  10. removeRoot.pl
  11. convert_biom.py | biom convert
  12. Rscript /home/user/sl1p/bin/sl1p_relAbund.R -o otu_table_rdp-training_silva132_n1_noRoot.txt -m ../map_lucyTest.txt -r otu_table_rdp-training_silva132_n1_noRoot_relAbund.txt
  13. Loading required package: methods
  14. Processing map file...
  15. Processing otu/tax file...
  16. Reading file into memory prior to parsing...
  17. Detecting first header line...
  18. Header is on line 2
  19. Converting input file to a table...
  20. Defining OTU table...
  21. Parsing taxonomy table...
  22. There were 50 or more warnings (use warnings() to see the first 50)
  23. summarize_taxa_through_plots.py
  24. alpha_rarefaction.py
  25. biom summarize-table
  26. evalue: 10899
  27. biom summarize-table
  28. evalue: 10773
  29. beta_diversity_through_plots.py
  30. Traceback (most recent call last):
  31. File "/usr/local/bin/beta_diversity_through_plots.py", line 153, in <module>
  32. main()
  33. File "/usr/local/bin/beta_diversity_through_plots.py", line 150, in main
  34. status_update_callback=status_update_callback)
  35. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/downstream.py", line 183, in run_beta_diversity_through_plots
  36. close_logger_on_success=close_logger_on_success)
  37. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/util.py", line 122, in call_commands_serially
  38. raise WorkflowError(msg)
  39. qiime.workflow.util.WorkflowError:
  40.  
  41. *** ERROR RAISED DURING STEP: Make emperor plots, weighted_unifrac)
  42. Command run was:
  43. make_emperor.py -i wf_beta_rdp-training_silva132_e10899/weighted_unifrac_pc.txt -o wf_beta_rdp-training_silva132_e10899/weighted_unifrac_emperor_pcoa_plot/ -m ../map_lucyTest.txt
  44. Command returned exit status: 2
  45. Stdout:
  46.  
  47. Stderr
  48. Error in make_emperor.py: Due to the variation explained, Emperor could not plot at least 3 axes, check the input files to ensure that the percent explained is greater than 0.01 in at least three axes.
  49.  
  50.  
  51. sh: 1: tree: not found
  52. ###############################################################
  53. R Analysis
  54. ###############################################################
  55.  
  56. R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
  57. Copyright (C) 2018 The R Foundation for Statistical Computing
  58. Platform: x86_64-pc-linux-gnu (64-bit)
  59.  
  60. R is free software and comes with ABSOLUTELY NO WARRANTY.
  61. You are welcome to redistribute it under certain conditions.
  62. Type 'license()' or 'licence()' for distribution details.
  63.  
  64. Natural language support but running in an English locale
  65.  
  66. R is a collaborative project with many contributors.
  67. Type 'contributors()' for more information and
  68. 'citation()' on how to cite R or R packages in publications.
  69.  
  70. Type 'demo()' for some demos, 'help()' for on-line help, or
  71. 'help.start()' for an HTML browser interface to help.
  72. Type 'q()' to quit R.
  73.  
  74. > params= list( otutable='otu_table_rdp-training_silva132_n1_noRoot.txt', mapfile='../map_lucyTest.txt',trefile='silva132_97_pruned.tre',pwd='/home/user/sl1p/picked_otus_abundantotu_silva132', L6file='wf_taxa_summary_rdp-training_silva132_n1_noRoot/otu_table_rdp-training_silva132_n1_noRoot_L6.txt', L2file='wf_taxa_summary_rdp-training_silva132/otu_table_rdp-training_silva132_L2.txt', libstats='library_stats_rdp-training_silva132.txt'); rmarkdown::render('sl1p_analysis.Rmd')
  75.  
  76.  
  77. processing file: sl1p_analysis.Rmd
  78. |.. | 4%
  79. ordinary text without R code
  80.  
  81. |..... | 7%
  82. label: unnamed-chunk-1 (with options)
  83. List of 1
  84. $ include: logi FALSE
  85.  
  86. |....... | 11%
  87. ordinary text without R code
  88.  
  89. |.......... | 15%
  90. label: unnamed-chunk-2 (with options)
  91. List of 1
  92. $ include: logi FALSE
  93.  
  94. |............ | 19%
  95. ordinary text without R code
  96.  
  97. |.............. | 22%
  98. label: unnamed-chunk-3 (with options)
  99. List of 1
  100. $ include: logi FALSE
  101.  
  102. Quitting from lines 33-37 (sl1p_analysis.Rmd)
  103. Error in file(file, "r") : cannot open the connection
  104. Calls: <Anonymous> ... withVisible -> eval -> eval -> read.newick -> scan -> file
  105.  
  106. Execution halted
  107. ###############################################################
  108. #Cleaning up
  109. ###############################################################
  110. align_silva132/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement