-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed a bug with closing multiprocessing pool
- Loading branch information
Showing
22 changed files
with
168 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python ../scripts/NanoCaller.py -bam HG002.nanopore.chr22.sample.bam -mode both -seq ont -model NanoCaller1 -vcf test_run -chrom chr22 -start 20000000 -end 21000000 -ref chr22_ref.fa -prefix HG002.chr22.sample -cpu 1 > log | ||
python ../scripts/NanoCaller.py -bam HG002.nanopore.chr22.sample.bam -mode both -seq ont -model NanoCaller1 -o test_run -chrom chr22 -start 20000000 -end 21000000 -ref chr22_ref.fa -prefix HG002.chr22.sample -cpu 1 > log |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(100%)
sample/test_run/HG002.chr22.sample.indels.decomposed.vcf.gz
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
sample/test_run/HG002.chr22.sample.indels.decomposed.vcf.gz.tbi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Namespace(bam='HG002.nanopore.chr22.sample.bam', chrom='chr22', cpu=1, del_threshold=0.6, enable_whatshap=False, end=21000000, exclude_bed=None, include_bed=None, ins_threshold=0.4, maxcov=160, min_allele_freq=0.15, min_nbr_sites=1, mincov=8, mode='both', model='NanoCaller1', neighbor_threshold='0.4,0.6', prefix='HG002.chr22.sample', ref='chr22_ref.fa', sample='SAMPLE', sequencing='ont', start=20000000, supplementary=False, vcf='test_run', wgs_contigs_type='with_chr', wgs_print_commands=False) | ||
Namespace(bam='HG002.nanopore.chr22.sample.bam', chrom='chr22', cpu=1, del_threshold=0.6, enable_whatshap=False, end=21000000, exclude_bed=None, include_bed=None, ins_threshold=0.4, keep_bam=False, maxcov=160, min_allele_freq=0.15, min_nbr_sites=1, mincov=8, mode='both', model='NanoCaller1', neighbor_threshold='0.4,0.6', output='test_run', prefix='HG002.chr22.sample', ref='chr22_ref.fa', sample='SAMPLE', sequencing='ont', start=20000000, supplementary=False) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Finished successfully in 1 s. | ||
Finished successfully in 2 s. |
Oops, something went wrong.