You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code runs very well in the JWR_checker.py and JWR_subset.py, and produces non-empty .h5 and .h5.csv file with more than 100,000 JWRs but it seems that file is empty for NanoSplicer or the output of NanoSplicer is empty? (I did give the full path to the .h5 output of JWR_subset)
The error from NanoSplicer.py :
running process
^M0it [00:00, ?it/s]Traceback (most recent call last):
File "/home/anshul/softwares/NanoSplicer/bin/NanoSplicer.py", line 1441, in <module>
main()
File "/home/anshul/softwares/NanoSplicer/bin/NanoSplicer.py", line 425, in main
pd.concat([x.result() for x in futures]).to_csv(error_fn)
File "/home/anshul/miniconda3/envs/NanoSplicer/lib/python3.7/site-packages/pandas/util/[decorators.py](http://decorators.py/)", line 311, in wrapper
return func(*args, **kwargs)
File "/home/anshul/miniconda3/envs/NanoSplicer/lib/python3.7/site-packages/pandas/core/reshape/concat.py", line 304, in concat
sort=sort,
File "/home/anshul/miniconda3/envs/NanoSplicer/lib/python3.7/site-packages/pandas/core/reshape/concat.py", line 351, in init
raise ValueError("No objects to concatenate")
ValueError: No objects to concatenate
^M0it [00:00, ?it/s]
Command exited with non-zero status 1
Thanks for being interested in NanoSplicer and sorry for the late late reply. Your error message usually means that the path you provided by -f did NOT contain any .fast5 files (note that they have to be suffixed by .fast5), or the fast5 files did not match the reads used in the previous steps. You may double-check the files in /scratch/anshul/NanoSplicer_trials/JWR_subset/defaultVal/, and feel free to let me know if it is not the case.
The code runs very well in the JWR_checker.py and JWR_subset.py, and produces non-empty .h5 and .h5.csv file with more than 100,000 JWRs but it seems that file is empty for NanoSplicer or the output of NanoSplicer is empty? (I did give the full path to the .h5 output of JWR_subset)
The error from NanoSplicer.py :
The command used :
The output of JWR_subset:
The text was updated successfully, but these errors were encountered: