-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error running FUSTr #2
Comments
Hi, |
Hi I am attaching all the replies I received from the author.
The author took a look at my inputs and sent the following reply. I believe I have figured it out. FUSTr only analyzes gene families with 15 or more sequences, and the largest gene family in your dataset contained 12 sequences and that's only one family. If you provided it with more data from other samples it may be able to infer larger families. Typically, FUSTr works quite well with finding multigene families from transcriptomes from several closely related species. Subsequently I abandoned FUSTr and moved on from gene family level analysis. |
Hi! Any updates on this error? I get almost the same error. During handling of the above exception, another exception occurred: Traceback (most recent call last): Thanks! |
Hi,
I am running FUSTr on my transcriptome datasets. I am running it on my local machine as docker is failing to run. I am getting the following error message, but all the dependencies seems to be fine.
Traceback (most recent call last):
File "/home/uom/FUSTr/bin/FUSTr", line 135, in
output = subprocess.check_output(['bash','-c', bashCommand])
File "/home/uom/anaconda3/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/home/uom/anaconda3/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['bash', '-c', 'snakemake --snakefile $(which FUSTrSnakefile) -d /home/uom/FUSTr/Nas --cores 16 --use-conda --configfile configure.json']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/uom/FUSTr/bin/FUSTr", line 144, in
output = subprocess.check_output(['bash','-c', bashCommand])
File "/home/uom/anaconda3/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/home/uom/anaconda3/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['bash', '-c', 'snakemake --snakefile $(which FUSTrSnakefile) -d /home/uom/FUSTr/Nas --cores 16 --use-conda --configfile configure.json']' returned non-zero exit status 1.
I also have one more clarification to be made regarding the usage. I have 2 parental transcriptomes and 3 hybrid transcriptomes. Is it fine if I run FUSTr on individual samples? Or does FUSTr needs more than one dataset for comparisons?
The text was updated successfully, but these errors were encountered: