Skip to content

Instantly share code, notes, and snippets.

@macmanes
Last active December 18, 2015 23:09
Show Gist options
  • Save macmanes/5859956 to your computer and use it in GitHub Desktop.
Save macmanes/5859956 to your computer and use it in GitHub Desktop.
code for running trinity
#!/bin/bash
~/trinityrnaseq_r2013-02-25/Trinity.pl --seqType fq --JM 30G \
--left left.fastq -right right.fastq --full_cleanup --CPU 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment