Changes between Version 36 and Version 37 of u/bliu


Ignore:
Timestamp:
01/13/15 10:45:32 (10 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu

    v36 v37  
    3737
    3838= 3. Scripts =
    39 Collects for useful linux scripts & codes
     39Collects for useful shell & python scripts & codes
     40|| Python function with multiple returns || [http://www.pas.rochester.edu/~bliu/Scripts/Python/multiReturns.py multiple return function] || test. one return is a list ||
     41|| Python script to read csv file || [http://www.pas.rochester.edu/~bliu/Scripts/Python/csvRead.py read csv file]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/snv.csv example csv file] || the example csv file comes from DDiMAP ||
     42|| Python scripts to read, write and parse fasta files ||[http://www.pas.rochester.edu/~bliu/Scripts/Python/fastaParsing.py read];[http://www.pas.rochester.edu/~bliu/Scripts/Python/fastaWrite.py write]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/fastaParsing2.py parse]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/fasta2List.py fasta file to a List]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/128_Public_DDiMAP.fa example fasta file] || biopython needed. The example fasta file comes from DDiMAP ||
     43|| Python Script to rotate and save Window in VisIt || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/savePlot.py Save to curve] || Save line plot to curve/text file ||
     44|| Python Script to rotate and save Window in VisIt || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/rotateSave.py Rotate&Save] || Tested with VisIt 2.6.2 ||
    4045|| Relink all executable files in all the subdirectories || [http://www.pas.rochester.edu/~bliu/Scripts/cleanLinks.sh Relink astrobear for all subfolders] || For Bruce, on alfalfa  ||
    4146|| Convert gif files to movie files on Mac || [http://www.pas.rochester.edu/~bliu/Scripts/convertMovieOnMac.sh Movie Convert] || Using ffmpeg; For Mac  ||