Advertisement
MasterOrange

fkingSTDOUT

Aug 9th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. Run QIIME
  2. ###############################################################
  3. check_id_map.py
  4. split_libraries.py
  5. identify_chimeric_seqs.py
  6. pick otus: AbundantOTU+
  7. alnperc changed 0.030000
  8. now read seqfile: ../splits_dir/seqs_gg2013.fna..
  9. totseq 8, max_seqlen 133, min_seqlen 111
  10.  
  11. now get consensus by consensus alignment
  12.  
  13. num_seq 8, num_cover_tot 1, highest-one 2 thresh 5
  14. #Consensus 1 len 133, seq-included 2 (tot-assigned 2 25.00% remain 6)
  15. #Consensus 2 len 133, seq-included 1 (tot-assigned 3 37.50% remain 5)
  16. Time used for abundantOTU: 1 sec
  17. pickconsensus: seq 2 10Lf_2, len 133
  18. #greedyrecruit 3 len 133 seq-included 1 (tot-assigned 1 12.50% remain 7)
  19. pickconsensus: seq 6 10Sf_6, len 133
  20. #greedyrecruit 4 len 133 seq-included 2 (tot-assigned 3 37.50% remain 5)
  21. pickconsensus: seq 3 10Sf_3, len 123
  22. #greedyrecruit 5 len 123 seq-included 1 (tot-assigned 4 50.00% remain 4)
  23. pickconsensus: seq 4 10Sf_4, len 119
  24. #greedyrecruit 6 len 119 seq-included 1 (tot-assigned 5 62.50% remain 3)
  25. pickconsensus: seq 7 11L_7, len 115
  26. #greedyrecruit 7 len 115 seq-included 1 (tot-assigned 6 75.00% remain 2)
  27. pickconsensus: seq 1 10Lf_1, len 112
  28. #greedyrecruit 8 len 112 seq-included 1 (tot-assigned 7 87.50% remain 1)
  29. pickconsensus: seq 8 14L_8, len 111
  30. #greedyrecruit 9 len 111 seq-included 1 (tot-assigned 8 100.00% remain 0)
  31. Total clusters: 7
  32. start writing reports
  33. Cluster size saved to file rep_set.clustsize
  34. 7 consensus sequences saved to rep_set.cons
  35. Time used: 1 sec
  36. 1
  37. 2
  38. 3
  39. 4
  40. 5
  41. 6
  42. assign_taxonomy.py
  43. align_seqs.py
  44. filter_alignment.py
  45. make_phylogeny.py
  46. make GG pruned phylogeny
  47. filter_tree.py
  48. make_otu_table.py
  49. filter_otus_from_otu_table
  50. convert_biom.py | biom convert
  51. removeRoot.pl
  52. convert_biom.py | biom convert
  53. Rscript /home/user/sl1p/bin/sl1p_relAbund.R -o otu_table_rdp-training_gg2013_n1_noRoot.txt -m ../map_lucyTest.txt -r otu_table_rdp-training_gg2013_n1_noRoot_relAbund.txt
  54. Loading required package: methods
  55. Processing map file...
  56. Processing otu/tax file...
  57. Reading file into memory prior to parsing...
  58. Detecting first header line...
  59. Header is on line 2
  60. Converting input file to a table...
  61. Defining OTU table...
  62. Parsing taxonomy table...
  63. Warning message:
  64. In readLines(file) :
  65. incomplete final line found on 'otu_table_rdp-training_gg2013_n1_noRoot.txt'
  66. summarize_taxa_through_plots.py
  67. Traceback (most recent call last):
  68. File "/usr/local/bin/summarize_taxa_through_plots.py", line 143, in <module>
  69. main()
  70. File "/usr/local/bin/summarize_taxa_through_plots.py", line 140, in main
  71. status_update_callback=status_update_callback)
  72. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/downstream.py", line 711, in run_summarize_taxa_through_plots
  73. close_logger_on_success=close_logger_on_success)
  74. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/util.py", line 122, in call_commands_serially
  75. raise WorkflowError(msg)
  76. qiime.workflow.util.WorkflowError:
  77.  
  78. *** ERROR RAISED DURING STEP: Plot Taxonomy Summary
  79. Command run was:
  80. plot_taxa_summary.py -i wf_taxa_summary_rdp-training_gg2013_n1_noRoot/otu_table_rdp-training_gg2013_n1_noRoot_L2.txt,wf_taxa_summary_rdp-training_gg2013_n1_noRoot/otu_table_rdp-training_gg2013_n1_noRoot_L3.txt,wf_taxa_summary_rdp-training_gg2013_n1_noRoot/otu_table_rdp-training_gg2013_n1_noRoot_L4.txt,wf_taxa_summary_rdp-training_gg2013_n1_noRoot/otu_table_rdp-training_gg2013_n1_noRoot_L5.txt,wf_taxa_summary_rdp-training_gg2013_n1_noRoot/otu_table_rdp-training_gg2013_n1_noRoot_L6.txt -o wf_taxa_summary_rdp-training_gg2013_n1_noRoot/taxa_summary_plots/ --chart_type bar
  81. Command returned exit status: 1
  82. Stdout:
  83.  
  84. Stderr
  85. Traceback (most recent call last):
  86. File "/usr/local/bin/plot_taxa_summary.py", line 278, in <module>
  87. main()
  88. File "/usr/local/bin/plot_taxa_summary.py", line 274, in main
  89. resize_nth_label, label_type, include_html_legend)
  90. File "/usr/local/lib/python2.7/dist-packages/qiime/plot_taxa_summary.py", line 1138, in make_all_charts
  91. resize_nth_label, label_type, include_html_legend))
  92. File "/usr/local/lib/python2.7/dist-packages/qiime/plot_taxa_summary.py", line 984, in get_counts
  93. chart_type, False)
  94. File "/usr/local/lib/python2.7/dist-packages/qiime/plot_taxa_summary.py", line 715, in get_fracs
  95. frac = float(n) / total
  96. ZeroDivisionError: float division by zero
  97.  
  98.  
  99. alpha_rarefaction.py
  100. Traceback (most recent call last):
  101. File "/usr/local/bin/alpha_rarefaction.py", line 161, in <module>
  102. main()
  103. File "/usr/local/bin/alpha_rarefaction.py", line 158, in main
  104. retain_intermediate_files=retain_intermediate_files)
  105. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/downstream.py", line 342, in run_alpha_rarefaction
  106. close_logger_on_success=close_logger_on_success)
  107. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/util.py", line 122, in call_commands_serially
  108. raise WorkflowError(msg)
  109. qiime.workflow.util.WorkflowError:
  110.  
  111. *** ERROR RAISED DURING STEP: Alpha diversity on rarefied OTU tables
  112. Command run was:
  113. parallel_alpha_diversity.py -T -i wf_arare_rdp-training_gg2013//rarefaction/ -o wf_arare_rdp-training_gg2013//alpha_div/ --metrics shannon,PD_whole_tree,chao1,observed_species -t rep_phylo_gg2013.tre --jobs_to_start 1
  114. Command returned exit status: 1
  115. Stdout:
  116.  
  117. Stderr
  118. Traceback (most recent call last):
  119. File "/usr/local/bin/parallel_alpha_diversity.py", line 96, in <module>
  120. main()
  121. File "/usr/local/bin/parallel_alpha_diversity.py", line 93, in main
  122. suppress_submit_jobs=opts.suppress_submit_jobs)
  123. File "/usr/local/lib/python2.7/dist-packages/qiime/parallel/util.py", line 118, in __call__
  124. input_dir, input_fn = split(input_fp[0])
  125. IndexError: list index out of range
  126.  
  127.  
  128. Traceback (most recent call last):
  129. File "/usr/local/bin/alpha_rarefaction.py", line 161, in <module>
  130. main()
  131. File "/usr/local/bin/alpha_rarefaction.py", line 158, in main
  132. retain_intermediate_files=retain_intermediate_files)
  133. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/downstream.py", line 342, in run_alpha_rarefaction
  134. close_logger_on_success=close_logger_on_success)
  135. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/util.py", line 122, in call_commands_serially
  136. raise WorkflowError(msg)
  137. qiime.workflow.util.WorkflowError:
  138.  
  139. *** ERROR RAISED DURING STEP: Alpha rarefaction
  140. Command run was:
  141. parallel_multiple_rarefactions.py -T -i otu_table_rdp-training_gg2013_n1_noRoot.biom -m 10 -x 0 -s -1 -o wf_arare_rdp-training_gg2013_n1_noRoot//rarefaction/ --jobs_to_start 1
  142. Command returned exit status: 2
  143. Stdout:
  144.  
  145. Stderr
  146. Error in parallel_multiple_rarefactions.py: Error: step size must be greater than 0.
  147. If min = max, just leave step size at 1.
  148.  
  149. If you need help with QIIME, see:
  150. http://help.qiime.org
  151.  
  152.  
  153. biom summarize-table
  154. evalue: 1
  155. biom summarize-table
  156. evalue: 0
  157. beta_diversity_through_plots.py
  158. Traceback (most recent call last):
  159. File "/usr/local/bin/beta_diversity_through_plots.py", line 153, in <module>
  160. main()
  161. File "/usr/local/bin/beta_diversity_through_plots.py", line 150, in main
  162. status_update_callback=status_update_callback)
  163. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/downstream.py", line 183, in run_beta_diversity_through_plots
  164. close_logger_on_success=close_logger_on_success)
  165. File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/util.py", line 122, in call_commands_serially
  166. raise WorkflowError(msg)
  167. qiime.workflow.util.WorkflowError:
  168.  
  169. *** ERROR RAISED DURING STEP: Make emperor plots, bray_curtis)
  170. Command run was:
  171. make_emperor.py -i wf_beta_rdp-training_gg2013_e0_n1_noRoot/bray_curtis_pc.txt -o wf_beta_rdp-training_gg2013_e0_n1_noRoot/bray_curtis_emperor_pcoa_plot/ -m ../map_lucyTest.txt
  172. Command returned exit status: 2
  173. Stdout:
  174.  
  175. Stderr
  176. 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement