-
- Downloads
display rule graph instead of DAG
- add script `tests/test_rule_graph/test.sh` to generate a rule graph in `images/rule_graph.svg` - display rule graph created in `README.md` instead of specific workflow DAG - add test script to GitLab CI config - renamed test to create workflow DAG from `test_create_dag_chart` to `test_create_dag_image` (also output file is renamed from `images/workflow_dag.svg` to `images/dag_test_workflow.svg`
Showing
- .gitlab-ci.yml 2 additions, 1 deletion.gitlab-ci.yml
- README.md 1 addition, 1 deletionREADME.md
- images/dag_test_workflow.svg 17 additions, 17 deletionsimages/dag_test_workflow.svg
- images/rule_graph.svg 265 additions, 0 deletionsimages/rule_graph.svg
- tests/test_create_dag_image/config.yaml 0 additions, 0 deletionstests/test_create_dag_image/config.yaml
- tests/test_create_dag_image/input_files/chr1-10000-20000.fa 0 additions, 0 deletionstests/test_create_dag_image/input_files/chr1-10000-20000.fa
- tests/test_create_dag_image/input_files/chr1-10000-20000.gtf 0 additions, 0 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, 0 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
- tests/test_create_dag_image/samples.tsv 0 additions, 0 deletionstests/test_create_dag_image/samples.tsv
- tests/test_create_dag_image/test.sh 1 addition, 1 deletiontests/test_create_dag_image/test.sh
- tests/test_rule_graph/config.yaml 29 additions, 0 deletionstests/test_rule_graph/config.yaml
- tests/test_rule_graph/input_files/chr1-10000-20000.fa 168 additions, 0 deletionstests/test_rule_graph/input_files/chr1-10000-20000.fa
- tests/test_rule_graph/input_files/chr1-10000-20000.gtf 28 additions, 0 deletionstests/test_rule_graph/input_files/chr1-10000-20000.gtf
- tests/test_rule_graph/input_files/chr1-10000-20000.transcripts.fa 54 additions, 0 deletions...st_rule_graph/input_files/chr1-10000-20000.transcripts.fa
- tests/test_rule_graph/input_files/synthetic.mate_1.fastq.gz 0 additions, 0 deletionstests/test_rule_graph/input_files/synthetic.mate_1.fastq.gz
- tests/test_rule_graph/input_files/synthetic.mate_2.fastq.gz 0 additions, 0 deletionstests/test_rule_graph/input_files/synthetic.mate_2.fastq.gz
- tests/test_rule_graph/samples.tsv 3 additions, 0 deletionstests/test_rule_graph/samples.tsv
- tests/test_rule_graph/test.sh 22 additions, 0 deletionstests/test_rule_graph/test.sh
Loading
Please register or sign in to comment