mirror of
https://github.com/MillironX/sc2-sequencing.git
synced 2024-12-22 03:08:17 +00:00
Create README.md
This commit is contained in:
parent
39d4380c3d
commit
70c226d0a2
1 changed files with 32 additions and 0 deletions
32
clearlabs/README.md
Normal file
32
clearlabs/README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ClearLabs
|
||||
|
||||
This script converts the FASTA tarball that is downloaded through the ClearLabs web portal into individual and a collective FASTA file using Cygwin.
|
||||
|
||||
## Usage
|
||||
|
||||
To be run in Cygwin
|
||||
|
||||
```bash
|
||||
$ convert-fastas.sh TARBALL
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
This script requires [Cygwin](https://cygwin.com/install.html).
|
||||
|
||||
1. Download and install Cygwin
|
||||
1. Select "Just Me" when asked who to install for
|
||||
2. Find and add the latest version of the "git" package when prompted
|
||||
3. All other default options will work
|
||||
2. Open the Cygwin console and use the following commands
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/MillironX/wphl-bioinformatics.git
|
||||
$ cp wphl-bioinformatics/clearlabs/convert-fastas.sh ~
|
||||
$ chmod +x convert-fastas.sh
|
||||
```
|
||||
|
||||
3. Press the Win+R on the keyboard
|
||||
4. Type `shell:sendto` and press Enter
|
||||
5. Right-click in the newly opened window, and click "New Shortcut"
|
||||
|
Loading…
Reference in a new issue