Skip to content

Commit 1d26dde

Browse files
committed
Corrected creation of the list of samples.
1 parent 56df792 commit 1d26dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/hybseq_course.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ \subsection{Retrieving sequences}
710710
\end{itemize}
711711
\begin{bashcode}
712712
# 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
713+
find . -maxdepth 1 -type d | sed 's/^\.\///' | grep dedup | sort | \
714+
tail -n+2 > samples_list.txt
715715
# Edit WORKDIR, BAITFILE and DATADIR in
716716
# ~/hybseq/bin/hybseq_3_hybpiper_postprocess_1_qsub.sh
717717
# When ready, submit task to post-process HybPiper results

0 commit comments

Comments
 (0)