-
Notifications
You must be signed in to change notification settings - Fork 2
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
details on usage #6
Comments
Hi apbiomol ! |
Sorry for bothering. But, can you provide me with any example of cfg file? My samples have been seqeunced by a company and I do not have that information. I have following information. Flow Cell Type FLO-MIN106 |
All right. |
Thanks for your information. I downloaded and located the config file.
|
Sorry for error :(
you can use /script dRNAmain and tail, while using other scripts in Home |
Thanks for your help. It looks like config issue has been resolved. But, I encountered another error as below :( NameError in line 29 of /WorkDB/wonyong/oxford_nanopore_DRS/FastdRNA/dRNAmain.py: line 29 is .... directory("./{example}/analysis/slow5/midbolw5_dir") I downloaded binaries for f5c and nanopolish. Should I put my directory for f5c in line 29? Sorry for keep bothering you. But, I'd like to have this analysis done, using this program. |
That might not be the issue caused by f5c.
|
Your solution did not work for me, raising the same error message :( |
So can you add |
Thanks for your help. While running dRNAmain.py in Homepage, I got a new error message. WildcardError in line 23 of /WorkDB/wonyong/oxford_nanopore_DRS/FastdRNA/dRNAmain_homepage.py: My fast5 files for one sample are in a directory. So, I provide the path in my config file like below. fast5: "/WorkDB/RNA_seq_oxford_nanopore/20220401_ONT_DRS_rawdata/KO1-G0R1/fast5_pass/" |
Well... It is strange... |
Hello Tomcxf, I had a progress using your debug script. I got the following messages from the prompt, as you can see below. rule slow5_f2s: rule slow5_merge: rule slow5_split: rule slow5_convert: rule basecall: rule management: rule mapping: rule sam_sort: rule nanoplot_visual: rule transcript_count: localrule all: Job counts: |
OK, this is the output of your command |
It started to work! Thanks for your help. What would be the cause of this error? [list_all_items] Looking for '*.slow5' files in test1/analysis/slow5/midbolw5_dir |
It seemed that the error happened in slow5_split, since slow5tools looking for blow5 file.
to
|
Hi there,
I am trying to use your program, but the usage described in your paper is not very detailed.
Can you provide an example of configuratio file? What is cfg file?
Below is my config file for dRNAmain.py, but it raised issue
SyntaxError in line 14 of dRNAmain.py:
invalid syntax
config file
EXA = "test1"
cfgfile = "cfg file for basecall"
ref="/path-to-file/FungiDB-52_FgraminearumPH-1_AnnotatedTranscripts.fasta"
fast5="/path-to-folder/S0R1/fast5_pass"
The text was updated successfully, but these errors were encountered: