Skip to content
Snippets Groups Projects
Commit 44df7c75 authored by cbedet's avatar cbedet
Browse files

modification in script.sh to include both kallisto and bowtie2

parent f5288cad
No related branches found
No related tags found
No related merge requests found
...@@ -341,11 +341,11 @@ cd .. ...@@ -341,11 +341,11 @@ cd ..
It is better to writ a script as a.sh file to lauch nextflow : Here is the RNAseq_script for Kallisto: It is better to writ a script as a.sh file to lauch nextflow : Here is the RNAseq_script for Kallisto:
```sh ```sh
./nextflow run src/RNAseq_cec_transcripts.nf \ ./nextflow run src/RNAseq_cec.nf \
-profile psmn \ -profile psmn \
--fastq "data/*.fastq" \ --fastq "data/*.fastq" \
--fasta "data/c_elegans.PRJNA13758.WS278.all_transcripts.fa" \ --cds_fasta "data/c_elegans.PRJNA13758.WS278.all_transcripts.fa" \
--mapping_fastq_out "quantif/" --genomic_fasta "data/c_elegans.PRJNA13758.WS278.genomic.fa"
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment