forked from trinityrnaseq/trinityrnaseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f139d8
commit 0ff10dc
Showing
4 changed files
with
92 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
sample_data/test_Trinity_Assembly/misc_run_tests/__runMe.noSeqtk.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash -ve | ||
|
||
####################################################### | ||
## Run Trinity to Generate Transcriptome Assemblies ## | ||
####################################################### | ||
|
||
if [ -z ${TRINITY_HOME} ]; then | ||
echo "Must set env var TRINITY_HOME" | ||
exit 1 | ||
fi | ||
|
||
|
||
${TRINITY_HOME}/Trinity --seqType fq --max_memory 2G \ | ||
--left reads.left.fq.gz \ | ||
--right reads.right.fq.gz \ | ||
--SS_lib_type RF \ | ||
--CPU 4 \ | ||
--output trinity_out_dir_noseqtk --NO_SEQTK | ||
|
Submodule trinityrnaseq.wiki
updated
from 7c82d5 to 457c16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters