Skip to content

Commit

Permalink
removing files from LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Dec 10, 2024
1 parent 167adfc commit 76c285d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa filter=lfs diff=lfs merge=lfs -text
test_data/Homo_sapiens.GRCh38.dna.chromosome.2.fa filter=lfs diff=lfs merge=lfs -text
2 changes: 0 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'

- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down
3 changes: 0 additions & 3 deletions test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions test_data/Homo_sapiens.GRCh38.dna.chromosome.2.fa

This file was deleted.

Binary file not shown.
8 changes: 4 additions & 4 deletions tests/modules/hostRemoval/hostRemoval.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nextflow_workflow {
projName = "testHR"
}
hostRemoval {
host = ["${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa"]
host = ["${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz"]
cpus = 4
}

Expand Down Expand Up @@ -45,7 +45,7 @@ nextflow_workflow {
projName = "testHR"
}
hostRemoval {
host = "${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa"
host = "${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz"
cpus = 4
}

Expand Down Expand Up @@ -77,7 +77,7 @@ nextflow_workflow {
projName = "testHR"
}
hostRemoval {
host = ["${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa", "${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.2.fa"]
host = ["${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz", "${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.2.fa.gz"]
cpus = 4
}
}
Expand Down Expand Up @@ -109,7 +109,7 @@ nextflow_workflow {
projName = "testHR"
}
hostRemoval {
host = ["${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa","${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.2.fa"]
host = ["${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz","${projectDir}/test_data/Homo_sapiens.GRCh38.dna.chromosome.2.fa.gz"]
cpus = 4
}
}
Expand Down

0 comments on commit 76c285d

Please sign in to comment.