GotCloud: Alignment Pipeline

From Genome Analysis Wiki
Revision as of 10:08, 29 October 2012 by Terry Gliedt (talk | contribs) (Created page with 'Login as a normal user (not as root) and do: # Test the aligner (fast, about 3 minutes) /usr/local/biopipe/bin/gen_biopipeline.pl --test ~/testalign rm -rf ~/testalign …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Login as a normal user (not as root) and do:

#   Test the aligner (fast, about 3 minutes)
/usr/local/biopipe/bin/gen_biopipeline.pl --test ~/testalign
rm -rf ~/testalign              # If no error

#   Test umake  (longer, about 15 minutes)
/usr/local/biopipe/bin/umake.pl --test ~/testumake
rm -rf ~/testumake              # If no error