Ury Alon
Ury Alon
Hi, I'm running ichorCNA from a cloud environment and occasionally I'm receiving the following error: ``` > cannot open the connection to 'ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/001/405/GCF_000001405.13_GRCh37/GCF_000001405.13_GRCh37_assembly_report.txt' > Calls: getSeqInfo ... .fetch_assembly_report_from_URL -> read.table...
Hi, I'm trying to execute the following commands: ``` readCounter --chromosome chr1,chr2,chr3,chr4,chr5,chr6,chr7,chr8,chr9,chr10,chr11,chr12,chr13,chr14,chr15,chr16,chr17,chr18,chr19,chr20,chr21,chr22,chrX --window 1000000 --quality 20 test.bam > test.wig Rscript /opt/bin/ichorCNA/scripts/runIchorCNA.R \ --libdir /opt/bin/ichorCNA \ --id test \ --WIG test.wig...
Hi, Is the dependency on .net standard 2.1 and _not_ 2.0 mandatory? My client project (Blazor) has a strong dependency on .net standard 2.0 and therefore cannot reference the DAL...