Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed May 31, 2024
1 parent 5c4004e commit 34bde5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/data/reads_to_simulate.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NC002973.6,.github/data/assemblies/NC_002973.6.fa
NC_000962.3,.github/data/refs/NC_000962.3.fa
5 changes: 0 additions & 5 deletions .github/scripts/download_assemblies.sh

This file was deleted.

6 changes: 6 additions & 0 deletions .github/scripts/download_refs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

mkdir -p .github/data/refs

curl -o .github/data/refs/NC_000962.3.fa "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?retmode=text&id=NC_000962.3&db=nucleotide&rettype=fasta"
curl -o .github/data/refs/NC_002973.6.fa "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?retmode=text&id=NC_002973.6&db=nucleotide&rettype=fasta"
2 changes: 1 addition & 1 deletion .github/scripts/run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ nextflow run main.nf \
--fastq_input .github/data/fastq \
--outdir .github/data/test_output \
--min_depth 5 \
--ref .github/data/refs/NC_045512.2.fasta \
--ref .github/data/refs/NC_000962.3.fa \
-with-report .github/data/test_output/nextflow_report.html \
-with-trace .github/data/test_output/nextflow_trace.tsv

0 comments on commit 34bde5a

Please sign in to comment.