Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. > library(phyloseq)
  2. > setwd("C:/Users/majik/OneDrive/Desktop/extracted files")
  3. >
  4. > import_biom("229_otu_table.biom")
  5. Error in read_biom(biom_file = BIOMfilename) :
  6. Both attempts to read input file:
  7. 229_otu_table.biom
  8. either as JSON (BIOM-v1) or HDF5 (BIOM-v2).
  9. Check file path, file name, file itself, then try again.
  10. > import_biom("229_sortmerna_picked_otus")
  11. Error in read_biom(biom_file = BIOMfilename) :
  12. Both attempts to read input file:
  13. 229_sortmerna_picked_otus
  14. either as JSON (BIOM-v1) or HDF5 (BIOM-v2).
  15. Check file path, file name, file itself, then try again.
  16. > ps = import_biom("BIOM")
  17. Error in read_biom(biom_file = BIOMfilename) :
  18. Both attempts to read input file:
  19. BIOM
  20. either as JSON (BIOM-v1) or HDF5 (BIOM-v2).
  21. Check file path, file name, file itself, then try again.
  22. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement