Skip to content

Commit

Permalink
small test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianHole committed Apr 17, 2024
1 parent a1ecbec commit b8bf425
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/test_nml_nanopore_medaka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
set -eo pipefail

# Create a Cache Dir
mkdir -p conda_cache_dir
mkdir -p ../conda_cache

### Run Medaka Pipeline ###
nextflow run ./main.nf \
-profile mamba,test \
--cache ./conda_cache_dir \
--cache ../conda_cache \
--medaka \
--prefix 'nml' \
--medaka_model r941_min_hac_g507 \
--prefix nml \
--basecalled_fastq $PWD/.github/data/nanopore/fastq_pass/ \
--medakaModel r941_min_hac_g507 \
--schemeVersion freed_V2_nml \
--min_length 800 \
--max_length 1600 \
Expand Down
8 changes: 4 additions & 4 deletions .github/scripts/test_nml_nanopore_medaka_flat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
set -eo pipefail

# Create a Cache Dir
mkdir -p conda_cache_dir
mkdir -p ../conda_cache

### Run Medaka Pipeline Flat ###
nextflow run ./main.nf \
-profile mamba,test \
--cache ./conda_cache_dir \
--cache ../conda_cache \
--medaka \
--prefix 'nml' \
--basecalled_fastq $PWD/.github/data/nanopore/fastq_pass/barcode78/ \
--medaka_model r941_min_hac_g507 \
--prefix nml \
--basecalled_fastq $PWD/.github/data/nanopore/fastq_pass/barcode78/ \
--schemeVersion freed_V2_nml \
--min_length 800 \
--max_length 1600 \
Expand Down
6 changes: 3 additions & 3 deletions .github/scripts/test_nml_nanopore_nanopolish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eo pipefail

# Create a Cache Dir
mkdir -p conda_cache_dir
mkdir -p ../conda_cache

# Set if metadata will be used or not for test
if [ "$1" = "--no_metadata" ]; then
Expand All @@ -16,10 +16,10 @@ fi
### Run Nanopolish Pipeline ###
nextflow run ./main.nf \
-profile mamba,test \
--cache ./conda_cache_dir \
--cache ../conda_cache \
$METADATA \
--nanopolish \
--prefix 'nml' \
--prefix nml \
--basecalled_fastq $PWD/.github/data/nanopore/fastq_pass/ \
--fast5_pass $PWD/.github/data/nanopore/fast5_pass/ \
--sequencing_summary $PWD/.github/data/nanopore/sequencing_summary.txt \
Expand Down

0 comments on commit b8bf425

Please sign in to comment.