Initial import of new posts
This commit is contained in:
		
					parent
					
						
							
								e4bafbb361
							
						
					
				
			
			
				commit
				
					
						0e12688f04
					
				
			
		
					 391 changed files with 14594 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								_posts/2006-02-06-woes-of-a-scientist.markdown
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								_posts/2006-02-06-woes-of-a-scientist.markdown
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| --- | ||||
| author: einar | ||||
| comments: true | ||||
| date: 2006-02-06 22:55:18+00:00 | ||||
| layout: post | ||||
| slug: woes-of-a-scientist | ||||
| title: Woes of a scientist | ||||
| wordpress_id: 36 | ||||
| categories: | ||||
| - Science | ||||
| --- | ||||
| 
 | ||||
| Not everything can be fun in the life of a scientist. For example, my work in the bioinformatics field of our laboratory makes me see a lot of annoying problems related to files, to be precise file formats. A lot of sofware in the biological sciences uses plain text files to export data to other programs (sometimes binary data, but that's another matter). The problem comes when you have to use the output into another program. As a matter of fact, all kinds of programs use differently formatted text files, making a conversion or integration a pain. That is, unless you use some shell scripting (on Linux, obviously) to handle them. Today my editing window looked like this: | ||||
| 
 | ||||
| 
 | ||||
| general/file-making.png | ||||
| 
 | ||||
| 
 | ||||
| Where I was fixing by hand some text files. I should have used GNU sed and join earlier, as it would have saved loads of time, bah. With the changes (thanks, Raoul) the files made are almost perfect (one more tab than necessary but I'll fix it tomorrow). | ||||
| 
 | ||||
| Also, I have to complete a couple of things for the paper we're submitting, should be done tomorrow I hope. | ||||
		Reference in a new issue