-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme_Examples.txt
executable file
·19 lines (15 loc) · 1.02 KB
/
Readme_Examples.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# NOTES:
Use of this submission code assumes that you are reserving all slots for the choosen servers in a queue.
uses bcl2fastq version 2.20.0.422
# 4 COMMAND LINE ARGUMENTS EXPECTED:
The run folder name (e.g., 190114_A00527_0033_BH3WNYDRXX)
The full path to the sample sheet
A queue to use (e.g., c6420.q or rhel7.q...
The max number of slots assigned to the machines in the queue
# Below are examples with real queues and their max slots as of 4/5/2019 1345
/mnt/research/tools/LINUX/DEMUX_BCL2FQ/SUBMITTER.BCL2FQ.sh RUN_FOLDER_NAM /PATH/TO/SampleSheetName.csv c6420.q 21
/mnt/research/tools/LINUX/DEMUX_BCL2FQ/SUBMITTER.BCL2FQ.sh RUN_FOLDER_NAM /PATH/TO/SampleSheetName.csv rhel7.q 10
/mnt/research/tools/LINUX/DEMUX_BCL2FQ/SUBMITTER.BCL2FQ.sh RUN_FOLDER_NAM /PATH/TO/SampleSheetName.csv prod.q 5
# Executing the above as written will output the constructed qsub command to the screen.
# To execute pipe to bash
/mnt/research/tools/LINUX/DEMUX_BCL2FQ/SUBMITTER.BCL2FQ.sh RUN_FOLDER_NAM /PATH/TO/SampleSheetName.csv c6420.q 21 | bash