immunomind / immunarch

🧬 Immunarch: an R Package for Fast and Painless Exploration of Single-cell and Bulk T-cell/Antibody Immune Repertoires
https://immunarch.com
Apache License 2.0
298 stars 65 forks source link

Missed comma separators in repLoad when there are missed files in the metadata #89

Open vadimnazarov opened 4 years ago

vadimnazarov commented 4 years ago

🐛 Bug

system.time(
  immdata <- repLoad(“/path/to/MiXCR/MixCR/clones_3")
)
...
Processing “/path/to/data/MiXCR/MixCR/clones_3" ...
  -- Samples found in the metadata, but not in the folder:
     2210025787536672188982387615321240496925964672907707389441497421757564543103794996610255885864734547752191896333187652668532960646127124938462515041863101283080
  Did you correctly specify all the sample names in the metadata file?
  -- Samples found in the folder, but not in the metadata:
     1.vdjca_clones10.vdjca_clones100.vdjca_clones101.vdjca_clones102.vdjca_clones12.vdjca_clones12p.v...
emanuelepitino commented 1 year ago

Hi, i get the same problem. did you come up with a solution?

Thanks, Emanuele