We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56df792 commit 1d26ddeCopy full SHA for 1d26dde
presentation/hybseq_course.tex
@@ -710,8 +710,8 @@ \subsection{Retrieving sequences}
710
\end{itemize}
711
\begin{bashcode}
712
# Create in ~/hybseq_course_zingiberss/2_seqs/ new samples_list.txt
713
- find . -maxdepth 1 -type d | sed 's/^\.\///' | sort | tail -n+2 > \
714
- samples_list.txt
+ find . -maxdepth 1 -type d | sed 's/^\.\///' | grep dedup | sort | \
+ tail -n+2 > samples_list.txt
715
# Edit WORKDIR, BAITFILE and DATADIR in
716
# ~/hybseq/bin/hybseq_3_hybpiper_postprocess_1_qsub.sh
717
# When ready, submit task to post-process HybPiper results
0 commit comments