The CSF2 has been replaced by the CSF3 - please use that system! This documentation may be out of date. Please read the CSF3 documentation instead. To display this old CSF2 page click here. |
fasta_number
Overview
A number of python scripts are provided by this installation. The following information came from the maintainers webpage:
fasta_number.py
– Replace FASTA labels with xxx1, xxx2, xxx3 etc, where xxx is a prefix provided as a commend-line argument. Used e.g. to label OTUs as OTU_1, OTU_2 etc.
fastq_strip_barcode_relabel.py
– Strips barcode and primer, adds barcode sequence or barcode label to read label.
faqual2fastq.py
– Converts from FASTA + QUAL format to FASTQ.
uc2otutab.py
– Converts .uc output file from mapping reads to OTUs to an OTU table in tabbed text format.
No version number was available for the scripts, so the install date 02jun2015 has been used to distinguish them from future installs.
Restrictions on use
No license information was available at install time.
Set up procedure
To access the software you must first load the modulefile:
module load apps/binapps/fasta_number/02jun2015
This loads anaconda python suite 2.2.0 for you.
Running the application
Please do not run fasta_number (and associated scripts) on the login node. It should be used within batch jobs.
Serial batch job submission
Coming soon.
Parallel batch job submission
These scripts are not suitable to parallel processing. If you wish to run many similar serial jobs then please use an SGE job array.
Further info
Updates
None.