Skip to main content

All Questions

Tagged with
3 votes
1 answer
69 views

compare fasta sequences in pairs and collect metrics

I have 96 fasta files (A1, A2, A3...) from one plasmid assembly pipeline, and I have another 96 fasta files (B1, B2, B3 ...) from another plasmid assembly pipeline. I would like to compare pair ...
cautree's user avatar
  • 139
0 votes
2 answers
332 views

How to know if the DNA sequence has been assembled and why is it important to know how it was assembled?

I have downloaded my FASTA format files, that have the DNA sequences of the coding region of the genes and the DNA sequence of the complete genome, from NCBI. How can I recognize if these sequences ...
HelpNeederStudent's user avatar
0 votes
3 answers
77 views

Genome QC + Assembly Pipeline semantics

I’m trying to create a pipeline for genome assembly. How best can I “redirect/pipe” from existing fasta files (or files in general) to other steps of the pipeline? I was thinking of going from the SRA ...
user10415's user avatar
1 vote
1 answer
79 views

Is there a simple command for outputting a tab delimited columns?

I am working on a fasta file and am writing my command in nano within command-line and executing using python, also within a command line. My objective is to get my command to provide me with a tab ...
AlphaQueUp's user avatar
1 vote
4 answers
915 views

Tools for comparing/visualizing FASTAs?

I have two FASTAs/assemblies of the same species, but the bases are somewhat different. I would like to explore this. What tools/methods exist to compare two FASTAs and see the difference in ...
EB2127's user avatar
  • 1,423
6 votes
1 answer
132 views

Is there a way to assemble contigs starting from a specific sequence?

My work involves searching for marker genes/fragments in metagenomic databases (like the Sequence Read Archive). Once I find these sequences, I would like to know more about the neighboring genomic ...
Laura's user avatar
  • 1,007
3 votes
1 answer
2k views

SPAdes error during assembly

I try to perform a hybrid assembly using Unicycler. Unicycler use SPAdes to assembly the illumina sequences, and the program crashes while in SPAdes. The spades.log file says something about an ...
5norre's user avatar
  • 171