-
Notifications
You must be signed in to change notification settings - Fork 33
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
reference-guided genome assembly #69
Comments
Hey there.
Try removing all the unnecessary characters in the filename. I recommend
changing it to GCA00013425.fasta
Let me know how you go.
Cheers
Brad
…On Thu, 15 June 2023, 3:36 pm Narges, ***@***.***> wrote:
Hello,
I am running reference-guided genome assembly; however, I got a problem
with that. It looks the problem is with the reference genome. Reference
genome can be in fasta or gbk format; however, none worked for me.
The command is:
tormes \
--metadata my-metadata.txt \
--output OUTPUT \
--reference ./ref/GCA_000013425.1_ASM1342v1_genomic.fasta \
--threads 100 > stdout_Tormes
and I got this error:
ref file:
org.gel.mauve.contigs.ContigMauveAlignFrame[panel0,0,0,400x383,invalid]
Would you please help me with this error?
I appreciate your help.
PS: as gbk is available anymore in Genbank, I renamed gb to gbk, but
failed.
—
Reply to this email directly, view it on GitHub
<#69>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANITBGTZOF34XMWBJUGJMVDXLKRADANCNFSM6AAAAAAZHKRWKA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Dear Brad,
I belive tormes continue working with skiping the reference genome. I appreciate your help, PS: There is a stdout file attached, saved right before tormes finished the job. |
Hi there, sorry for the late reply, i had university exams and then some family issues. |
Looking at the information you provided, it looks like the alignment actually works and is successful. Running alignment. ^^^^^^^SUCCESSFUL LOAD OF YOUR REFERENCE AND YOUR QUERY SEQUENCES/scratch1/narges/tormes_06.09.2023/tormes4_ref/OUTPUT_735766.pbs02/genome_ordering/S07/alignment2/S07.fasta 2826041 base pairs |
Dear Brad, I realized the point you mentioned about the reference, however; another part of the report says: Moreover, there is no Output, as is mentioned in the report:
I've attached a full report of the tree command. |
Hi Ariasamin, But this is how you can fix it. The instructions involve using the 'nano' editor.
then we need to edit the tormes script.
then search for a line number by using the following keyboard shortcut ctrl+shift+ - type in line 1198 and hit enter it should take you to:
change it so it has a # at the front
then use the keyboard commands: ctrl+x After this is done, you can run the pipeline again and it should work. I did a test run and you can see that genome_ordering folder is now present:
Let me know how you go. cheers |
Hello,
I am running reference-guided genome assembly; however, I got a problem with that. It looks the problem is with the reference genome. Reference genome can be in fasta or gbk format; however, neither of them worked.
The command is:
and I got this error:
ref file: org.gel.mauve.contigs.ContigMauveAlignFrame[panel0,0,0,400x383,invalid]
Would you please help me with this error?
I appreciate your help.
PS: as gbk is available anymore in Genbank, I renamed gb to gbk, but failed.
The text was updated successfully, but these errors were encountered: