diff 2-mapping.sh @ 0:a1448d1f2ee4 draft

planemo upload
author mingchen0919
date Wed, 20 Jun 2018 10:24:45 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2-mapping.sh	Wed Jun 20 10:24:45 2018 -0400
@@ -0,0 +1,6 @@
+STAR \
+  --genomeDir ${X_d}/genomeDir \
+  --readFilesIn \
+  ${X_F} \
+  ${X_R} \
+  > mapping.log.txt 2>&1
\ No newline at end of file