From ee4a45249b17ec58887a12be22eec25be81cd5ef Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 31 Mar 2021 11:21:41 -0600 Subject: [PATCH] Update README.md --- clearlabs/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/clearlabs/README.md b/clearlabs/README.md index 012bb43..ce5df80 100644 --- a/clearlabs/README.md +++ b/clearlabs/README.md @@ -28,5 +28,13 @@ $ 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" +5. Right-click in the newly opened window, and click "New | Shortcut..." +6. Type `C:\cygwin64\bin\bash.exe` and click Next +7. Type `Convert FASTA Tarball` or something else memorable and click Finish +8. Right-click the newly created shortcut and click Properties +9. In the Target textbox, add ` --login convert-fastas.sh` (including the space) to the existing text +10. 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\`. +