.. | ||
convert-fastas.sh | ||
README.md |
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
convert-fastas.sh TARBALL
Installation
This script requires Cygwin.
-
Download and install Cygwin
- Select "Just Me" when asked who to install for
- Find and add the latest version of the "git" package when prompted
- All other default options will work
-
Open the Cygwin console and use the following commands
git clone https://github.com/MillironX/sc2-sequencing.git cp sc2-sequencing/clearlabs/convert-fastas.sh ~ chmod +x convert-fastas.sh
-
Press the Win+R on the keyboard
-
Type
shell:sendto
and press Enter -
Right-click in the newly opened window, and click "New | Shortcut..."
-
Type
C:\cygwin64\bin\bash.exe
and click Next -
Type
Convert FASTA Tarball
or something else memorable and click Finish -
Right-click the newly created shortcut and click Properties
-
In the Target textbox, add a space and
--login convert-fastas.sh
to the existing text -
Click OK
An item will now be added to the Right click | Send to menu for FASTA tarballs.
Once clicked, the extracted tarballs can be found in
C:\cygwin64\home\<USERNAME>
.