Skip to content

Commit 847c3d5

Browse files
committed
Put into subdir and add gha
Signed-off-by: Aroon Chande <github@atc.io>
1 parent ca33143 commit 847c3d5

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Draft PDF
2+
on:
3+
push:
4+
paths:
5+
- paper/**
6+
- .github/workflows/draft-pdf.yml
7+
8+
jobs:
9+
paper:
10+
runs-on: ubuntu-latest
11+
name: Paper Draft
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
- name: Build draft PDF
16+
uses: openjournals/openjournals-draft-action@master
17+
with:
18+
journal: joss
19+
# This should be the path to the paper within your repo.
20+
paper-path: paper/paper.md
21+
- name: Upload
22+
uses: actions/upload-artifact@v4
23+
with:
24+
name: paper
25+
# This is the output path where Pandoc will write the compiled
26+
# PDF. Note, this should be the same directory as the input
27+
# paper.md
28+
path: paper.pdf
File renamed without changes.

paper/media/figure_1.png

249 KB
Loading
File renamed without changes.

paper.md renamed to paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ provided by Tagore is generic and can be used to support a wide variety
6767
of genome feature annotations, including SNVs, indels, CNVs, and
6868
epigenetic states.
6969

70-
![image](media/image1.png){width="3.1351924759405074in"
70+
![image](figure_1.png){width="3.1351924759405074in"
7171
height="4.435643044619423in"}
7272

7373
Figure 1. **Local ancestry ideogram produced by Tagore.** Chromosomal

0 commit comments

Comments
 (0)