Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oyster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ endif
${DIR}/reports/${RUNOUT}.busco.done:${DIR}/assemblies/${RUNOUT}.ORP.fasta
export BUSCO_CONFIG_FILE=${MAKEDIR}/software/config.ini
python $$(which run_BUSCO.py) -i ${DIR}/assemblies/${RUNOUT}.ORP.fasta -m transcriptome --cpu ${BUSCO_THREADS} -o ${RUNOUT}.ORP
mv run_${RUNOUT}* ${DIR}/reports/
mv run_${RUNOUT}.ORP ${DIR}/reports/
touch ${DIR}/reports/${RUNOUT}.busco.done

${DIR}/reports/transrate_${RUNOUT}/assemblies.csv:${DIR}/assemblies/${RUNOUT}.ORP.fasta ${DIR}/rcorr/${RUNOUT}.TRIM_1P.cor.fq ${DIR}/rcorr/${RUNOUT}.TRIM_2P.cor.fq
Expand Down