Skip to content

Commit

Permalink
add another sample to simulate, this one directly from FluViewer db
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Jun 5, 2024
1 parent ecb4da1 commit 11ed458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/data/reads_to_simulate.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
HQ011408.1,.github/data/assemblies/HQ011408.1.fa
NC026423.1,.github/data/assemblies/NC_026423.1.fa
NC026431.1,.github/data/assemblies/NC_026431.1.fa
1 change: 1 addition & 0 deletions .github/scripts/download_assemblies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

mkdir -p .github/data/assemblies

curl -o .github/data/assemblies/HQ011408.1.fa "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?retmode=text&id=HQ011408.1&db=nucleotide&rettype=fasta"
curl -o .github/data/assemblies/NC_026423.1.fa "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?retmode=text&id=NC_026423.1&db=nucleotide&rettype=fasta"
curl -o .github/data/assemblies/NC_026431.1.fa "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?retmode=text&id=NC_026431.1&db=nucleotide&rettype=fasta"
2 changes: 2 additions & 0 deletions .github/scripts/run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ source ${HOME}/.bashrc

eval "$(conda shell.bash hook)"

conda activate base

sed -i 's/cpus = 8/cpus = 4/g' nextflow.config
sed -i "s/memory = '32 GB'/memory = '2 GB'/g" nextflow.config

Expand Down

0 comments on commit 11ed458

Please sign in to comment.