-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsamtools_sort.submit
More file actions
30 lines (24 loc) · 1012 Bytes
/
samtools_sort.submit
File metadata and controls
30 lines (24 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Give Docker and argument and then set output, error, and log.
universe = Docker
docker_image = staphb/samtools
arguments = "$(RUN)"
executable = samtools_sort.sh
output = samtools_sort_$(RUN).out
error = samtools_sort_$(RUN).err
log = samtools_sort_$(RUN).log
# Rules to transfer and transferring files
transfer_executable = TRUE
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
staging_prefix = file:///staging/groups/pepperell_group/Mtb_RNAseq/RSEM
results_staging_prefix = file:///staging/groups/pepperell_group/Mtb_RNAseq/RSEM/Results
multiqc_staging_prefix = file:///staging/groups/pepperell_group/Mtb_RNAseq/RSEM/Results/MultiQC
transfer_input_files =$(results_staging_prefix)/$(RUN)_Aligned.toTranscriptome.out.bam
transfer_output_files = $(RUN).sort.bam
transfer_output_remaps = "$(RUN).sort.bam = $(results_staging_prefix)/$(RUN).sort.bam"
# Resource request and Queue job
requirements = (Target.HasCHTCStaging==TRUE)
request_cpus = 1
request_memory = 4GB
request_disk = 50GB
queue