...
- If you have a
mappingdirectory with output from the Mapping tutorial and the SNV calling tutorial, then you should use those files for part 1 of this tutorial. You can proceed with either one alone or with both. Expand title If you have not done the other tutorials and want a "canned" data set provided for you, click here for example files. Code Block $BI/gva_course/mapping/IGV # location of example files cp -r /corral-repl/utexas/BioITeam/gva_course/mapping/IGV . # example command to copy to current directoryscp -r username@lonestar.tacc.utexas.edu:/corral-repl/utexas/BioITeam/gva_course/mapping/IGV . # to copy to a local computer skipping the step of copying to a lonestar directory and secure copying from there.
Then skip down to #Launching IGV.
...