Mercurial > repos > petr-novak > re_utils
comparison test_run2.sh @ 5:378565f5a875 draft
Uploaded
author | petr-novak |
---|---|
date | Fri, 22 Nov 2019 07:56:48 -0500 |
parents | a4cd8608ef6b |
children |
comparison
equal
deleted
inserted
replaced
4:d397f5a85464 | 5:378565f5a875 |
---|---|
4 | 4 |
5 echo "paired fastq filtering with defaults" | 5 echo "paired fastq filtering with defaults" |
6 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.1.fasta -G tmp/test2.1.png -c 10 -N 0 | 6 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.1.fasta -G tmp/test2.1.png -c 10 -N 0 |
7 | 7 |
8 echo "paired fastq filtering with with sampling" | 8 echo "paired fastq filtering with with sampling" |
9 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.2.fasta -G tmp/test2.2.png -c 10 -N 0 -n 500 | 9 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.a2.fasta -G tmp/test2.2.png -c 10 -N 0 -n 500 |
10 | |
11 echo "paired fastq filtering with with sampling" | |
12 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.a3.fasta -G tmp/test2.2.png -c 10 -N 0 -n 653 | |
13 | |
14 echo "paired fastq filtering with with sampling" | |
15 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.a4.fasta -G tmp/test2.2.png -c 10 -N 0 -n 547 | |
16 | |
17 echo "paired fastq filtering with with sampling" | |
18 ./paired_fastq_filtering_wrapper.sh -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.a5.fasta -G tmp/test2.2.png -c 10 -N 0 -n 839 | |
10 | 19 |
11 echo "paired fastq filtering with contaminant removing" | 20 echo "paired fastq filtering with contaminant removing" |
12 ./paired_fastq_filtering_wrapper.sh -F tool_data/organele_ref_and_phi-X174.fasta -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.3.fasta -G tmp/test2.3.png -c 10 -N 0 | 21 ./paired_fastq_filtering_wrapper.sh -F tool_data/organele_ref_and_phi-X174.fasta -b test_data/ERR215189_2_part.fastq.gz -a test_data/ERR215189_1_part.fastq.gz -o tmp/test2.3.fasta -G tmp/test2.3.png -c 10 -N 0 |
13 | 22 |
14 echo "paired fastq filtering with contaminant removing + trimming" | 23 echo "paired fastq filtering with contaminant removing + trimming" |