Skip to content

Commit 7b349dc

Browse files
Script with commands showing how to run samtoram.C.
1 parent b27696f commit 7b349dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

00_run_samtoram.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# Script to convert a SAM to a RAM file.
3+
#
4+
#
5+
# Best is to cut and paste the desired line from the script.
6+
#
7+
# Author: Fons Rademakers, 26/8/17.
8+
#
9+
nohup root.exe -b "samtoram.C+(\"/data3/rdm/6148.sam\",\"../data/6148.root\")" >& 6148.log &
10+
11+
#nohup root.exe -b "samtoram.C+(\"../data/6148s10.sam\",\"../data/6148s10.root\")" >& 6148s10.log &
12+
13+
#nohup root.exe -b "samtoram.C+(\"../data/6148s10.sam\",\"../data/6148s10-lz4.root\",true,true,true,ROOT::kLZ4)" >& 6148s10-lz4.log &

0 commit comments

Comments
 (0)