Open BioGavin opened 6 months ago
When I run the basic command bigslice -i input_folder_template/ out
, it works well. So I think it's the export-tsv step that is wrong in the program logic. Hopefully it will be resolved soon.
–export-tsv
Export existing pre-calculated output data into TSVs (specify the target folder path).
The –export-tsv requires a folder containing Bigslice’s pre-calculated output data to be used. You may need the following command: bigslice /path/to/pre-calculated/output/ –export-tsv <folder_path>.
After you complete a Bigslice computation,
ps: you may also need to modify the code based with this PR #85, which has not yet been reviewed and merged. Good Luck
I download bigslice-2.0.0 and run it using example input folder. I got an error running the following command:
bigslice -i input_folder_template/ --export-tsv tsv bigslice_out
The error message is as follows:
The error message indicated that the database file could not be opened, and I found that this database file referred to
${output_folder_path}/result/data.db
. But the${output_folder_path}/result
directory is not generated.