Minor changes
This commit is contained in:
		
							parent
							
								
									81a7c1b42c
								
							
						
					
					
						commit
						c2274b6c79
					
				| @ -4,6 +4,7 @@ filenames=( $(ls job_codings_v3*.csv) ) | ||||
| filenames=( ${filenames[@]} "clustering_progress.csv" ) | ||||
| filenames=( ${filenames[@]} $(ls job_metadata*.csv) ) | ||||
| filenames=( ${filenames[@]} $( ls job_similarities_*.csv ) ) | ||||
| filenames=( ${filenames[@]} $( ls sim_computation_times_*.csv ) ) | ||||
| 
 | ||||
| echo "${filenames[*]}" | ||||
| 
 | ||||
|  | ||||
| @ -19,6 +19,6 @@ for source_filename in ${source_filenames[@]}; do | ||||
| 		echo "Decompressing ${source_filename}" | ||||
| 		tar -xJf "${source_filename}"  | ||||
| 	else | ||||
| 		echo "Skipping ${source_filename}" | ||||
| 		echo "Skipping decompression of ${source_filename}" | ||||
| 	fi | ||||
| done | ||||
|  | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @ -12,11 +12,14 @@ function prepare(){ | ||||
|   popd | ||||
| 
 | ||||
|   for I in datasets/*.csv ; do | ||||
|     ln -s $I | ||||
| 		if [ ! -e $(basename $I) ]; then | ||||
| 			echo "Creating symlink $(basename $I)" | ||||
| 			ln -s $I | ||||
| 		fi | ||||
|   done | ||||
| } | ||||
| 
 | ||||
| # prepare | ||||
| prepare | ||||
| 
 | ||||
| for I in job_similarities_*.csv ; do | ||||
|   rm *.png *.pdf | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user