Open tonycheng521 opened 3 years ago
Thank you for your comments! Our collaborators are working on a more user-friendly version of this, so we will release the new version soon that addresses these points.
Jingyue -- please correct these in the former version if they are quick to address. Thank you!
Sincerely, Jun Hee
On Thu, Nov 25, 2021 at 9:49 PM Pin-Chung (Tony) Cheng < @.***> wrote:
Hi,
I noticed two issues in the algin.sh script:
1.
You are missing the closing fi for your if statement. It will run an error if this is not added. 2.
If you only put the filename for the outprefix argument, it will get output to the STAR directory. I wasn't able to find the output file, because I was expecting it to be in the current directory, and had to check the code to find it. If you can change that, it would be more user-friendly, eg. maybe instead of doing cd $seqtkpath and cd $starpath, just specify the absolute path?
Tony
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/leeju-umich/Cho_Xi_Seqscope/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQLZFMJOMU7GGWINE3WWLLLUN3YUFANCNFSM5IZWCFPQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Jun Hee Lee, Ph.D. Associate Professor Department of Molecular and Integrative Physiology University of Michigan Geriatrics Center 109 Zina Pitcher Place, 3019 BSRB Ann Arbor, MI 48109-2200 Office: 734-764-6789 | Lab: 734-764-6795 Fax: 734-936-9220 | E-mail: @.*** https://lee.lab.medicine.umich.edu/
Hi,
I noticed two issues in the algin.sh script:
You are missing the closing
fi
for your if statement. It will run an error if this is not added.If you only put the filename (not absolute path) for the
outprefix
argument, it will get output to the STAR directory. I wasn't able to find the output file, because I was expecting it to be in the current directory, and had to check the code to find it. If you can change that, it would be more user-friendly, eg. maybe instead of doingcd $seqtkpath
andcd $starpath
, just specify the absolute path?Tony