Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All tests failed #49

Closed
Colorstorm opened this issue Mar 26, 2020 · 2 comments
Closed

All tests failed #49

Colorstorm opened this issue Mar 26, 2020 · 2 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@Colorstorm
Copy link
Contributor

Bug

Problem

The tests for the Wochenende pipeline failed

General info

  • Wochenende Version: 1.6.2
  • Data: testdb/reads_R1.fastq

Command

# On console
sbatch run_Wochenende_SLURM.sh testdb/reads_R1.fastq

# In the slurm script 
python3 run_Wochenende.py --metagenome testdb --threads $cpus --testWochenende --aligner bwamem --mq30 --remove_mismatching --readType SE --debug --force_restart $fastq
python3 run_Wochenende.py --metagenome testdb --fastp --threads $cpus --testWochenende --aligner bwamem --mq30 --remove_mismatching --readType SE --debug --force_restart $fastq
python3 run_Wochenende.py --metagenome testdb --longread --threads $cpus --aligner ngmlr --readType SE --debug --force_restart $fastq
python3 run_Wochenende.py --metagenome testdb --longread --threads $cpus --aligner minimap2 --readType SE --debug --force_restart $fastq

Pipeline outpout

slurm-3145064.txt
slurm-3145075.txt
slurm-3145076.txt
slurm-3145077.txt

@Colorstorm Colorstorm added bug Something isn't working invalid This doesn't seem right labels Mar 26, 2020
@colindaven
Copy link
Contributor

colindaven commented Mar 26, 2020

I added the run_test.sh script recently to run the exact test needed. Please try this.


# In the slurm script 

for the first two, see if you can come up with solutions.

# running ngmlr - no tests exist for this aligner
python3 run_Wochenende.py --metagenome testdb --longread --threads $cpus --aligner ngmlr --readType SE --debug --force_restart $fastq
# running minimap2 - no tests exist for this aligner
python3 run_Wochenende.py --metagenome testdb --longread --threads $cpus --aligner minimap2 --readType SE --debug --force_restart $fastq

@colindaven
Copy link
Contributor

The need for a) long reads for testing and b) using long read aligners in the test are covered here : #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants