We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ff67b commit 9162ab7Copy full SHA for 9162ab7
inst/typeseq2/launch.sh
@@ -6,6 +6,13 @@ VERSION="2.2008.2101"
6
echo Pipeline version $VERSION
7
8
ln ../../*.bam ./
9
+cp ../../raw_peak_signal ./
10
+cp ../../sigproc_results/analysis.bfmask.stats ./
11
+cp ../../basecaller_results/BaseCaller.json ./
12
+cp ../../basecaller_results/datasets_basecaller.json ./
13
+cp ../../basecaller_results/ionstats_tf.json ./
14
+cp ../../ionstats_alignment.json ./
15
+
16
17
docker run -i -v $(pwd):/mnt -v /mnt:/user_files \
18
cgrlab/typeseqhpv:development_191226 \
0 commit comments