Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
seqkit locate -i --bed -p ATGGGAGGAGAAGGGTATCGCGG example.fa -o example.bed
  • Loading branch information
edmundmiller committed Jul 31, 2024
1 parent 631c10e commit dcdc63e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/example.bed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12B1-Scaf1_2534576-2534598:-_us:500_ds:500 500 523 ATGGGAGGAGAAGGGTATCGCGG 0 +
2 changes: 2 additions & 0 deletions examples/samplesheet.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sample,bed
original_example,examples/example.bed
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profiles {
test {
params {
fasta = "${projectDir}/examples/example.fa"
targetseq = "ATGGGAGGAGAAGGGTATCGCGG"
input = "${projectDir}/examples/samplesheet.csv"
}
}
test_multi {
Expand Down

0 comments on commit dcdc63e

Please sign in to comment.