Mercurial > repos > nml > assemblystats
annotate README.rst @ 1:7556309ffbaf draft default tip
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
author | nml |
---|---|
date | Fri, 29 May 2020 13:51:50 -0400 |
parents | |
children |
rev | line source |
---|---|
1
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
1 #Created 07/01/2011 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
2 #Konrad Paszkiewicz, University of Exeter |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
3 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
4 #Modified by Mariam Iskander and Matthew Gopez, October 13th, 2017 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
5 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
6 Assembly stats |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
7 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
8 This series of scripts calculates various metrics on an input FASTA file. Typically this is most useful on either denovo genomic or transcriptomic data. |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
9 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
10 Prerequisites: |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
11 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
12 1. The bundled perl script fasta_summary.pl |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
13 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
14 Limitations: |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
15 |
7556309ffbaf
"planemo upload for repository https://github.com/phac-nml/galaxy_tools commit fb4c29f720748f46ff501140f2cd306bab6614f9"
nml
parents:
diff
changeset
|
16 Ideally this should output a composite dataset of some sort |