|
1 | 1 | chrombpnet_nb=$1 |
2 | 2 | chrombpnet=$2 |
3 | 3 | cellline=$3 |
4 | | -gpu=$4 |
| 4 | +fold=$4 |
| 5 | +dtype=$5 |
| 6 | +gpu=$6 |
5 | 7 |
|
6 | | -regions=results/chrombpnet/auprc_curves/narrowpeak_genomewide_chr1.bed |
7 | | -output_dir=results/chrombpnet/auprc_curves/$cellline |
| 8 | + |
| 9 | +#regions=results/chrombpnet/auprc_curves/narrowpeak_genomewide_chr1.bed |
| 10 | +regions=results/chrombpnet/auprc_curves/downloads/$fold"_w_1000_s_250_narrowpeak.bed" |
| 11 | +output_dir=results/chrombpnet/auprc_curves/$cellline/$dtype"_uncorrected" |
8 | 12 | mkdir $output_dir |
9 | 13 |
|
10 | 14 |
|
11 | 15 | chrom_sizes=$PWD/reference/chrom.sizes |
12 | 16 | ref_fasta=$PWD/reference/hg38.genome.fa |
13 | 17 | file=$output_dir/$cellline |
14 | 18 |
|
15 | | -echo "CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/predict_to_bigwig_new.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline -t 1" |
16 | | -CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/predict_to_bigwig_new.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions \ |
17 | | - -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline -t 1 |
| 19 | +echo "CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/predict_to_bigwig_no_bias.py -cm $chrombpnet --regions $regions -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline"_"$fold -t 1" |
| 20 | +CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/predict_to_bigwig_no_bias.py -cm $chrombpnet --regions $regions \ |
| 21 | + -g $ref_fasta -b 32 -c $chrom_sizes -o $output_dir/$cellline"_"$fold -t 1 |
| 22 | + |
| 23 | +#echo "CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/predict_to_bigwig_new.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline"_"$fold -t 1" |
| 24 | +#CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/predict_to_bigwig_new.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions \ |
| 25 | +# -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline"_"$fold -t 1 |
18 | 26 |
|
19 | 27 |
|
20 | | -chrombpnet=results/chrombpnet/auprc_curves/$cellline/$cellline"_w_bias_predictions.h5" |
21 | | -chrombpnet_nb=results/chrombpnet/auprc_curves/$cellline/$cellline"_wo_bias_predictions.h5" |
| 28 | +#chrombpnet=results/chrombpnet/auprc_curves/$cellline/$dtype/$cellline"_"$fold"_w_bias_predictions.h5" |
| 29 | +#chrombpnet_nb=results/chrombpnet/auprc_curves/$cellline/$dtype/$cellline"_"$fold"_wo_bias_predictions.h5" |
22 | 30 |
|
23 | | -echo "CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/make_only_bigwigs.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline -t 1" |
24 | | -CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/make_only_bigwigs.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions \ |
25 | | - -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline -t 1 |
| 31 | +#echo "CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/make_only_bigwigs.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline"_"$fold -t 1" |
| 32 | +#CUDA_VISIBLE_DEVICES=$gpu python src/evaluation/make_bigwigs/make_only_bigwigs.py -cm $chrombpnet -cmb $chrombpnet_nb --regions $regions \ |
| 33 | +# -g $ref_fasta -c $chrom_sizes -o $output_dir/$cellline"_"$fold -t 1 |
26 | 34 |
|
27 | 35 |
|
28 | 36 |
|
0 commit comments