Skip to content
Snippets Groups Projects
Unverified Commit 147563d6 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

1_JU28_59vs17_SNP_calling.sh: fix tests cmd

parent d8a29f60
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ cd ~/projects/JU28_59vs17_SNP/
# training set analysis
./nextflow src/SNP_calling.nf -c src/SNP_calling.config -profile docker --fasta "data/fasta/DBG2OLC-output2.fasta" --fastq "data/samples/*_{1,2}.fastq.gz" -resume -w ~/data/work/ --tumor "[\"NG-10944_JU2859_bis_lib169352_5217_1\"]" --normal "[\"MR_550_clean\", \"MR_350_clean\"]"
mkdir tests
cd tests
../nextflow ../src/SNP_calling.nf -c ../src/SNP_calling.config -profile docker --fasta "../data/fasta/DBG2OLC-output2.fasta" --fastq "../data/samples/*_{1,2}.fastq.gz" -resume -w ~/data/work_s/ --tumor "[\"s_NG-10944_JU2859_bis_lib169352_5217_1\"]" --normal "[\"s_MR_550_clean\", \"s_MR_350_clean\"]"
~/scripts/sms.sh "SNP done"
# real set analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment