-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with tabulate #7
Comments
Hi, I am having this same issue. Was this ever resolved? Thank you! |
I'm also having a similar issue when using My data structure for the ASV table is: samples as rows and asv as columns (where the asv name is the sequence). The data structure for the metadata is samples as rows and info, including time_points as columns. My understanding is that the
Any help would be so appreciated! Thank you, |
Same here, have you solved it?
Thanks, |
Software dependecies used:
Generated tab / csv file from https://github.com/beiko-lab/ananke/wiki/Importing-Denoised-Sequences-from-DADA2 but only using 16 fastqsImport command:
Running import command gives:
Running ncdump on mendota_ananke.h5 gives:
|
Hi, I'm trying to use Ananke on some time series data I have, but I've run across some issues during the "tabulate" step. Any help would be much appreciated!
My command:
ananke tabulate -i /mnt/maximus/data1/biddle/JGI_mat_amplicon/Raw_Data/FB/rep_set_q29.fna -o FB_ananke_db.h5 -f FB_seq.unique.fasta -m /home/kbousses/ananke-master/mapping_FB.txt -t time_points
The error:
Traceback (most recent call last): File "/home/kbousses/miniconda/bin/ananke", line 11, in <module> load_entry_point('ananke==0.3.0', 'console_scripts', 'ananke')() File "/home/kbousses/miniconda/lib/python3.4/site-packages/ananke-0.3.0-py3.4.egg/ananke/ananke.py", line 159, in main fasta_to_ananke(args.i, args.m, args.t, args.o, args.f, args.multi, args.size_labels) File "/home/kbousses/miniconda/lib/python3.4/site-packages/ananke-0.3.0-py3.4.egg/ananke/_tabulate.py", line 238, in fasta_to_ananke timeseriesdb = TimeSeriesData(timeseriesdata_path) File "/home/kbousses/miniconda/lib/python3.4/site-packages/ananke-0.3.0-py3.4.egg/ananke/_database.py", line 66, in __init__ maxshape=(None,None), exact=False, fillvalue=-2) File "/home/kbousses/miniconda/lib/python3.4/site-packages/h5py/_hl/group.py", line 126, in require_dataset return self.create_dataset(name, *(shape, dtype), **kwds) File "/home/kbousses/miniconda/lib/python3.4/site-packages/h5py/_hl/group.py", line 105, in create_dataset dsid = dataset.make_new_dset(self, shape, dtype, data, **kwds) File "/home/kbousses/miniconda/lib/python3.4/site-packages/h5py/_hl/dataset.py", line 129, in make_new_dset dset_id = h5d.create(parent.id, None, tid, sid, dcpl=dcpl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper (/home/ilan/minonda/conda-bld/work/h5py/_objects.c:2696) File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper (/home/ilan/minonda/conda-bld/work/h5py/_objects.c:2654) File "h5py/h5d.pyx", line 79, in h5py.h5d.create (/home/ilan/minonda/conda-bld/work/h5py/h5d.c:1969) ValueError: Unable to create dataset (No appropriate function for conversion path)
The text was updated successfully, but these errors were encountered: