get Snakemake input from LabKey API
- add script that prepares Snakemake input files 'samples.tsv' and 'config.yaml' from LabKey table - script either connects to API directly (with '--remote' and related options) or processes a tab-separated LabKey dump file - add tests for both use cases - common input files for tests now in 'tests/input_files' - update all other tests to account for new file locations - update documentation
Showing
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- README.md 13 additions, 22 deletionsREADME.md
- Snakefile 0 additions, 2 deletionsSnakefile
- images/dag_test_workflow.svg 96 additions, 96 deletionsimages/dag_test_workflow.svg
- images/rule_graph.svg 38 additions, 38 deletionsimages/rule_graph.svg
- scripts/input_dict_caption.tsv 0 additions, 51 deletionsscripts/input_dict_caption.tsv
- scripts/labkey_to_snakemake.dict.tsv 0 additions, 0 deletionsscripts/labkey_to_snakemake.dict.tsv
- scripts/labkey_to_snakemake.py 100 additions, 56 deletionsscripts/labkey_to_snakemake.py
- tests/input_files/cluster.json 0 additions, 0 deletionstests/input_files/cluster.json
- tests/input_files/config.yaml 8 additions, 0 deletionstests/input_files/config.yaml
- tests/input_files/samples.tsv 3 additions, 0 deletionstests/input_files/samples.tsv
- tests/input_files/synthetic.mate_1.bed 10 additions, 10 deletionstests/input_files/synthetic.mate_1.bed
- tests/input_files/synthetic.mate_2.bed 10 additions, 10 deletionstests/input_files/synthetic.mate_2.bed
- tests/input_files/synthetic.paired.bed 0 additions, 10 deletionstests/input_files/synthetic.paired.bed
- tests/test_create_dag_image/config.yaml 0 additions, 29 deletionstests/test_create_dag_image/config.yaml
- tests/test_create_dag_image/input_files/chr1-10000-20000.fa 0 additions, 168 deletionstests/test_create_dag_image/input_files/chr1-10000-20000.fa
- tests/test_create_dag_image/input_files/chr1-10000-20000.gtf 0 additions, 28 deletionstests/test_create_dag_image/input_files/chr1-10000-20000.gtf
- tests/test_create_dag_image/input_files/chr1-10000-20000.transcripts.fa 0 additions, 54 deletions...ate_dag_image/input_files/chr1-10000-20000.transcripts.fa
- tests/test_create_dag_image/input_files/synthetic.mate_1.fastq.gz 0 additions, 0 deletions...st_create_dag_image/input_files/synthetic.mate_1.fastq.gz
- tests/test_create_dag_image/input_files/synthetic.mate_2.fastq.gz 0 additions, 0 deletions...st_create_dag_image/input_files/synthetic.mate_2.fastq.gz
This diff is collapsed.
This diff is collapsed.
scripts/input_dict_caption.tsv
deleted
100644 → 0
File moved
tests/input_files/config.yaml
0 → 100644
tests/input_files/samples.tsv
0 → 100644
File deleted
File deleted
Please register or sign in to comment