Skip to content

Commit

Permalink
failed attempt to make, run test data locally
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwhite committed Mar 5, 2025
1 parent 0ef3a2b commit 61cd47c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .test/dl_test_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -e

wget https://aatrnaseq-testdata.s3.amazonaws.com/test_data.tar.gz
curl -L -o test_data.tar.gz https://aatrnaseq-testdata.s3.amazonaws.com/test_data.tar.gz

tar -zxvf test_data.tar.gz
rm test_data.tar.gz
rm test_data.tar.gz
2 changes: 2 additions & 0 deletions config/config-uncharged.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# new config for running uncharged nanopore tRNA-seq libraries (to be edited)
samples: "config/samples-test.tsv"

# paths to basecalling models below (these will need to be added to resources dir unless we can point to Dorado install instead)
base_calling_models:
RNA002:
Expand Down
Empty file added config/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/samples-test.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sample1 .test/sample1
sample2 .test/sample2
sample2 .test/sample2_1

0 comments on commit 61cd47c

Please sign in to comment.