<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; 课件</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/%e8%af%be%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>美国Minnesota大学的生信全套课件分享</title>
		<link>http://www.bio-info-trainee.com/655.html</link>
		<comments>http://www.bio-info-trainee.com/655.html#comments</comments>
		<pubDate>Tue, 21 Apr 2015 13:06:12 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[爬虫]]></category>
		<category><![CDATA[生信]]></category>
		<category><![CDATA[课件]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=655</guid>
		<description><![CDATA[刚才在知乎什么看到了一篇分享pacbio的数据特征，顺便看到了Minnesota &#8230; <a href="http://www.bio-info-trainee.com/655.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>刚才在知乎什么看到了一篇分享pacbio的数据特征，顺便看到了Minnesota大学的关于生物信息的教程的ppt合集，所以就想打包下载。</p>
<p>https://www.msi.umn.edu/tutorial-materials</p>
<p>这个网页里面有64篇pdf格式的ppt，还有几个压缩包，本来是准备写爬虫来爬去的，但是后来想了想有点麻烦，而且还不一定会看，反正也是玩玩<br />
就用linux的命令行简单实现了这个爬虫功能。<br />
curl https://www.msi.umn.edu/tutorial-materials &gt;tmp.txt<br />
perl -alne '{/(https.*?pdf)/;print $1 if $1}' tmp.txt &gt;pdf.address<br />
perl -alne '{/(https.*?txt)/;print $1 if $1}' tmp.txt<br />
perl -alne '{/(https.*?zip)/;print $1 if $1}' tmp.txt &gt;zip.address<br />
wget -i pdf.address<br />
wget -i pdf.zip<br />
这样就可以啦！<br />
教程ppt列表如下，大家有兴趣的可以自行下载浏览。</p>
<p>2009-04-22-mrm-presentation_0.pdf               Matlab_viz_image_UMR.pdf<br />
Analyzing ChIP at the command line.pdf          MaxQuant_Introduction_112409.pdf<br />
Analyzing ChIP using Galaxy.pdf                 Maxquant-step-by-step_rs091124.pdf<br />
Badalamenti_PacBio_tutorial_12-10-2014.pdf      MSI Applications Catalog Oct 21 MB slides.pdf<br />
basics_chip_seq.pdf                             MSIIntro2013Jun18.pdf<br />
Best_Practices_GATK_Variant_Detection_v1_0.pdf  MSIIntroBMEN5311.pdf<br />
blast2go.pdf                                    MSI_Workshop_for_Introduction_to_Structure_based_Drug_Design.pdf<br />
ClinProTools_0.pdf                              MTLB_GPUs.pdf<br />
CUDA_Programming.pdf                            OpenMP.tutorial_1.pdf<br />
cuda_tutorial_performance.pdf                   Open_Source_Proteomics_1.pdf<br />
FLUENT_2009April21_final.pdf                    OptimizingWithGA.pdf<br />
FLUENT_tutorial_2008aug14fin.pdf                Orbi_Data_Analysis_092811.pdf<br />
galaxy_101_V4_ljm_0.pdf                         Partek Training Handout_miRNA and mRNA Data Analysis.pdf<br />
GPU_tools.pdf                                   PerformanceTuning_itasca_11_27_12_0.pdf<br />
gpututorial-msi.pdf                             PETSc_Tutorial.pdf<br />
Hands_On_Tutorial_Using_ProTIP.pdf              Phi_Intro.pdf<br />
Introduction to MSI Systems.pdf                 Protein_Grouping_FDR_Analysis_and_Database_Pratik_March2012_Draft.pdf<br />
Introduction_to_PEAKS_0.pdf                     Proteomics_MSI_072309_Print.pdf<br />
Introduction_to_SBDD.pdf                        pymol_v5.pdf<br />
IntroMPI2011july19c.pdf                         QC_illumina_galaxy_V1_ljm.pdf<br />
IntroMPI2012_July25-part1.pdf                   Quality Control of Illumina Data at the Command Line.pdf<br />
IntroMSI2014.pdf                                remotevisualization.pdf<br />
IntroNWChem.pdf                                 RISS_Hsapiens_variant_Detection_v3.0-small.pdf<br />
IntroOpenMP_2011jun28b.pdf                      RNA_seq_Lecture2_2014_v2.pdf<br />
Intro_to_GAMESS.pdf                             RNA-Seq mod1v6.pdf<br />
IntroToGaussian09.pdf                           R_Spring2012_ver2.pdf<br />
introtomolpro.pdf                               SchrodingerTutorial2011.pdf<br />
Intro_to_MSI_Physicists.pdf                     Sybyl.pdf<br />
intro-to-perl.pdf                               Tutorial-Hsap-v15.pdf<br />
Matlab_11_29_UMR.pdf                            Tutorial-Stuber-v12-1.pdf<br />
Matlab_PCT.pdf                                  unix2013.6.18.pdf<br />
MATLAB_Tuning.pdf                               WRKSP_2_19.pdf</p>
<p>Total wall clock time: 40m 22s<br />
Downloaded: 64 files, 249M in 40m 2s (106 KB/s)</p>
<p>我都已经下载好了，打包压缩到群里面啦！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/655.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
