<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?action=history&amp;feed=atom&amp;title=PyRAD</id>
	<title>PyRAD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?action=history&amp;feed=atom&amp;title=PyRAD"/>
	<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=PyRAD&amp;action=history"/>
	<updated>2026-05-08T10:10:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?title=PyRAD&amp;diff=99&amp;oldid=prev</id>
		<title>James: Created page with &quot;Start up tutorials of the program can be found on following links  http://nbviewer.ipython.org/gist/dereneaton/1f661bfb205b644086cc/tutorial_RAD_3.0.ipynb   and on:  http://nbviewer.ipython.org/gist/dereneaton/af9548ea0e94bff99aa0/pyRAD_v.3.0.ipynb  Every user has to prepare the parameter file (in below example params.txt), which will hold parameters of PyRAD run. The full description of content of this file is given  into manual (see above).  To run PyRAD job first load...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=PyRAD&amp;diff=99&amp;oldid=prev"/>
		<updated>2022-10-20T20:16:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Start up tutorials of the program can be found on following links  http://nbviewer.ipython.org/gist/dereneaton/1f661bfb205b644086cc/tutorial_RAD_3.0.ipynb   and on:  http://nbviewer.ipython.org/gist/dereneaton/af9548ea0e94bff99aa0/pyRAD_v.3.0.ipynb  Every user has to prepare the parameter file (in below example params.txt), which will hold parameters of PyRAD run. The full description of content of this file is given  into manual (see above).  To run PyRAD job first load...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Start up tutorials of the program can be found on following links&lt;br /&gt;
&lt;br /&gt;
http://nbviewer.ipython.org/gist/dereneaton/1f661bfb205b644086cc/tutorial_RAD_3.0.ipynb &lt;br /&gt;
&lt;br /&gt;
and on:&lt;br /&gt;
&lt;br /&gt;
http://nbviewer.ipython.org/gist/dereneaton/af9548ea0e94bff99aa0/pyRAD_v.3.0.ipynb&lt;br /&gt;
&lt;br /&gt;
Every user has to prepare the parameter file (in below example params.txt), which will hold parameters of PyRAD run. The full description of content of this file is given &lt;br /&gt;
into manual (see above).  To run PyRAD job first load module for pyRAD with the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load pyrad&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then submit a job with SLURM script. The simple SLURM script which an be used as template for user&amp;#039;s job submission script is as follows: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --partition production&lt;br /&gt;
#SBATCH --job-name my_job&lt;br /&gt;
#SBATCH --nodes=1&lt;br /&gt;
#SBATCH --ntasks=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# change to the working directory &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&lt;br /&gt;
echo &amp;quot;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Begin  my_job&amp;quot;&lt;br /&gt;
&lt;br /&gt;
pyRAD -p params.txt&lt;br /&gt;
&lt;br /&gt;
echo&amp;quot;&amp;gt;&amp;gt;&amp;gt;&amp;gt; End of a job&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please check the manual for the command line options (and their meaning) of the pyRAD. .&lt;/div&gt;</summary>
		<author><name>James</name></author>
	</entry>
</feed>