Skip to content

Commit 9c99d48

Browse files
committed
feat: Add script for PDAC NAC differential analysis
1 parent 7d4a744 commit 9c99d48

File tree

5 files changed

+517
-13
lines changed

5 files changed

+517
-13
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
data
22
outputs
3+
/sbatch/
34

45
# Julia .gitignore
56
# Files generated by invoking Julia with --code-coverage

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rmath = "79098fc4-a85e-5d69-aa6a-4863f24498fa"
1717
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1818

1919
[compat]
20-
julia = "1.6"
20+
julia = "1.10"
2121

2222
[extras]
2323
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)