In the previous Data Storage hands-on section, you should have copied the class scripts to your /data area. If you skipped or missed that section, type
hpc-classes biowulfnow. This command will copy the scripts and input files used in this online class to your /data area, and will take about 5 minutes.
In the following session, you will submit a batch job for Freebayes, a a Bayesian genetic variant detector . If you're not familiar with this program, don't worry -- this is just an example. The basic principles of job submission are not specific for Freebayes.
sinteractive # once you are logged into a node cd /data/$USER/hpc-classes/biowulf/freebayes # load the freebayes module module load freebayes # run the program freebayes -f genome.fasta input.bam # exit your interactive session (IMPORTANT!) exit
Answer
[user@biowulf]On a compute node it will show
[user@cn1232]Of course, this assumes you have not modified your prompt.
Answer
Answer
sinteractive --cpus-per-task=8 sinteractive --mem=10g
Error: Can't open display: localhost:19.0
Answer