cc_staff
284
edits
(Marked this version for translation) |
m (Added submission part) |
||
Line 55: | Line 55: | ||
= Running MetaPhlAn = <!--T:10--> | = Running MetaPhlAn = <!--T:10--> | ||
Once the database files have been downloaded and extracted, you can submit a job. You may edit the following job submission script | Once the database files have been downloaded and extracted, you can submit a job. You may edit the following job submission script | ||
according to your needs | according to your needs: | ||
{{File | {{File | ||
|name=metaphlan-job.sh | |name=metaphlan-job.sh | ||
Line 94: | Line 94: | ||
metaphlan metagenome.fastq --input_type fastq -o profiled_metagenome.txt -nproc $SLURM_CPUS_PER_TASK --index mpa_vJan21_CHOCOPhlAnSGB_202103 --bowtie2db $DB_DIR --bowtie2out metagenome.bowtie2.bz2 | metaphlan metagenome.fastq --input_type fastq -o profiled_metagenome.txt -nproc $SLURM_CPUS_PER_TASK --index mpa_vJan21_CHOCOPhlAnSGB_202103 --bowtie2db $DB_DIR --bowtie2out metagenome.bowtie2.bz2 | ||
}} | }} | ||
Then submit the job to the scheduler: | |||
{{Command | |||
|sbatch metaphlan-job.sh | |||
}} | |||
</translate> | </translate> |