Troubleshooting discussion #282
Replies: 10 comments 24 replies
-
Folder structureDon't worry, there is nothing wrong with the folder structure. There are indeed some new files/folder generated after running the workflow and is explained below:
Notes & suggestion for developer:
|
Beta Was this translation helpful? Give feedback.
-
GTDBtk Error
In the latest
Notes & suggestions for developer:
|
Beta Was this translation helpful? Give feedback.
-
AntiSMASH version error in building report
The back compatibility feature of antiSMASH is something that I introduced quite recently, so forgive me if there might still be a lot of issues with it. Nevertheless, I think I have a rough idea of what happens in this case:
rule_parameters:
install_gtdbtk:
release: "214.1"
release_version: "r214"
gtdbtk:
ani_screen: FALSE
antismash:
version: "6" # valid versions: 6, 7
{
"antismash": "7.0.0",
"prokka": "1.14.6",
"mlst": "2.19.0",
"eggnog-mapper": "2.1.6",
"roary": "3.13.0",
"refseq_masher": "0.1.2",
"seqfu": "1.15.3"
}
Notes & suggestions for developer:
|
Beta Was this translation helpful? Give feedback.
-
Here are some more issues when I tried to serve the project using :bgcflow serve --project Lactobacillus_delbrueckii |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Matin, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
A user found this issue running BGCFlow
What I did :
I cloned it as test.
In git hub page it says that
But what i have inside the test folder is:
My configuration file looks like this (Screenshot 1)
When I did this dry run the terminal looked like screenshot 2(attached)
When I did example set the terminal looked like screenshot 3(attached)
When I checked the log file it showed me this error (screenshot 4).
There was a fasta folder but it was just empty. I copy pasted four fasta files (from another fasta file that bgcflow has but I couldn't remember) and again did an example set run. There was no error message. Did I do it right ? Was it supposed to be copy pasted by ourselves?
Then I did
Then I got three errors (I don't have screenshot for this one)
It was written:
Error in rule mkdocs_py_report
log file for first error (screenshot 5) I have no idea about what's happening here.
log file for second error (screenshot 6)
logfile for third error (screenshot 7)
Screenshot 6 and 7 says that there is no file or folder as df_antismash_7.0.0_summary.csv and also there is no file or folder as df_arts_as-7.0.0.csv . But when I went to the table folder, there is df_arts_as-6.1.1.csv and df_antismash_6.1.1_summary.csv( screenshot 8).
Now I am confused about what to do?
I know I have asked a lot of questions. I am sorry for that. I am getting confused whether I am doing it in the right way or not. I kindly request you to see this once and give me some suggestions. It would be great if you could give me a basic idea of how this is supposed to be done.
Beta Was this translation helpful? Give feedback.
All reactions