-
Notifications
You must be signed in to change notification settings - Fork 5
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
Crashes during different processes/ modules #9
Comments
Main error message:
Contents of stack trace file:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thank you for developing one of the few tools that computes strain abundance, this has been very helpful!
Is there any way to force the script, more specifically
StrainFLAIR.sh query
to continue if it has already been started for specific samples.I unfortunately keep running into at least one issues for each module ie...
StrainFLAIR.sh: line 613: json2csv: command not found there was a problem with the gene-level table generation
obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 581 (char 580) there was a problem with the gene-level table generation
...which means I must start re-mapping from scratch which takes ~ 1 day per sample to run.
Sadly I have tried running the module (ie json2csv.py) alone but this does not create any new files, there is no output at all. EDIT: json2csv module seems to work for now
Many thanks
The text was updated successfully, but these errors were encountered: