|
ARSDA
ARSDA (Analyzing RNA-Seq Data)
Name: | ARSDA (needs 32 GB of RAM*) |
Keywords: | RNA-seq, transcriptomics, bioinformatics, next-generation sequencing (NGS), high-throughput sequencing (HTS), Illumina |
Version: | 1.1.0.0 |
Publisher: | XiaLab |
Manual: | Quick-Start Guide |
Support: | I respond to and act upon email queries right away |
Citation: | Xia X (2017) ARSDA: A New Approach for Storing, Transmitting and Analyzing Transcriptomic Data. G3: Genes|Genomes|Genetics  |
* needed only for four menu items under 'File': 'FASTQ to FASTQ+', 'FASTQ to FASTA+', 'FASTA to FASTA+', and 'Paired FASTAQ files to Paired FASTA+ or FASTAQ+ files'. The functions will finish in minutes with 32 GB of memory, but may take hours or even days with less memory.
I assume that the ',' is comma and '.' is decimal point. This may cause problems in places where ',' is the decimal point. Some functions in ARSDA involve writing text out to a file and then read it back. A string such as "A,B,0.2,0.3" is interpreted to have four columns with ',' as column separator. In "decimal-comma" countries, the same text may be written as "A,B,0,2,0,3" which would be incorrectly interpreted as six columns by ARSDA. I will fix this problem in the next release. For the moment, just change your Windows' number notation as follows:
- Press Window-x and click 'settings'
- Click 'Time & language', and then 'Additional date, time, & reginal settings'
- Under 'Region', click 'Change date, time, or number formats'
- Click 'Additional settings', and change 'Decimal symbol' to '.' and 'List separator' to ','
- Click 'OK'.
For Windows 64-bit computers:
If your Windows PC is updated, you can launch the application now. Otherwise, install prerequisites and run the application.
For Macintosh computers:
- Download ARSDA.msi
- Download Whisky and unzip it.
- Follow the concise instructions
For 64-bit Linux computers:
- Click the App Store or Package Manager, and choose wine to install (You could install mono to run ARSDA without Wine).
- At the end of wine installation, you will be prompted to instlal Mono. Acept to install
- Download and unzip ARSDA_Linux64.zip to a directory, say ~/ARSDA.
- Open a terminal windows and type the following commands:
sudo apt-get install mono-vbnc (Otherwise you may encounter 'Mono error: The entry point method could not be loaded')
cd ~/ARSDA/NCBI
chmod 755 *
cd .. (change back to the ARSDA directory where ARSDA.exe is located)
- Installation is now complete. Type mono ARSDA.exe to run.
- Here are some screenshots of ARSDA on Ubuntu
|