File tree 1 file changed +4
-22
lines changed
1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 7
7
8
8
sample_sheet=/gpfs/data/abl/home/rodrij92/PROJECTS/TCGA_PanCancer/train_model/train/C.Origami_analysis/sample_atac_ctcf.txt
9
9
model=/gpfs/data/abl/home/rodrij92/PROJECTS/TCGA_PanCancer/train_model/train/C.Origami/checkpoints_k562_v2/models/epoch=40-step=12218.ckpt
10
- target_points=/gpfs/data/abl/home/rodrij92/PROJECTS/TCGA_PanCancer/train_model/train/C.Origami_analysis/chr10_startPos_w2097152 .txt
10
+ target_points=/gpfs/data/abl/home/rodrij92/PROJECTS/TCGA_PanCancer/train_model/train/C.Origami_analysis/hg38_startPos_w2097152 .txt
11
11
seq=/gpfs/data/abl/home/rodrij92/PROJECTS/TCGA_PanCancer/train_model/train/C.Origami/data/hg38/dna_sequence/
12
- outdir=" prediction_chr10_TCGA "
12
+ outdir=" prediction_allChr_TCGA "
13
13
14
14
cp $sample_sheet sample_sheet.txt
15
15
cp $target_points target_points.txt
16
-
17
- # n_samples=`cat sample_sheet.txt| wc -l`
18
-
19
- # sbatch --array=1-50 prediction_sample.sh ${model} ${seq} ${outdir}
20
- # sleep 600
21
- # sbatch --array=51-100 prediction_sample.sh ${model} ${seq} ${outdir}
22
- # sleep 600
23
- # sbatch --array=101-150 prediction_sample.sh ${model} ${seq} ${outdir}
24
- # sleep 600
25
- # sbatch --array=151-200 prediction_sample.sh ${model} ${seq} ${outdir}
26
- # sleep 600
27
- sbatch --array=201-250 prediction_sample.sh ${model} ${seq} ${outdir}
28
- sleep 600
29
- sbatch --array=251-300 prediction_sample.sh ${model} ${seq} ${outdir}
30
- sleep 600
31
- sbatch --array=301-350 prediction_sample.sh ${model} ${seq} ${outdir}
32
- sleep 600
33
- sbatch --array=351-400 prediction_sample.sh ${model} ${seq} ${outdir}
34
- sleep 600
35
- sbatch --array=401-409 prediction_sample.sh ${model} ${seq} ${outdir}
16
+ n_samples=` cat sample_sheet.txt| wc -l`
17
+ sbatch --array=1-$n_samples prediction_sample_point.sh ${model} ${seq} ${outdir}
You can’t perform that action at this time.
0 commit comments