pysradb icon indicating copy to clipboard operation
pysradb copied to clipboard

Package for fetching metadata and downloading data from SRA/ENA/GEO

Results 24 pysradb issues
Sort by recently updated
recently updated
newest added

**Describe the bug** For this request ``` pysradb search --db sra --query 'NextSeq 500 stress' --source 'transcriptomic' --organism 'Arabidopsis thaliana' --platform 'illumina' --selection 'random' --strategy 'rna seq' --max 20 --verbosity...

bug

If I run "pysradb gsm-to-srp GSE163666", I get no results. But if I run on one of the subseries, GSE165894, it works perfectly. Is there anyway to "traverse" the GEO...

bug

Hello! I am having some issues saving the stats generated after a search. **To Reproduce:** In Nextflow process pysradb search -q ${sra_query} -s -g --saveto ${sra_query_out_file}.sra In my output file...

enhancement

**Describe the bug** A command lacking the `--publication-date` argument like ``` pysradb search --db sra --query 'cancer' --source 'transcriptomic' --organism 'Homo sapiens' --platform 'illumina' --max 100 --verbosity 2 --stats --graphs...

bug