Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
khalid
CroCoTest
Commits
646f8aec
Commit
646f8aec
authored
May 17, 2018
by
khalid
Browse files
Force the order of transcripts in /tmp/ALL_transcripts.ctgs
parent
d524750f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/CroCo_v1.2.sh
View file @
646f8aec
...
...
@@ -115,6 +115,9 @@ echo
esac
echo
-e
"
\n
Index built :
$out
/
$toolidx
\n
"
refseqALL
=
$out
/ALL_transcripts.ctgs
echo
''
>
$refseqALL
#for (( j=0; j <i; j++ ))
for
ref
in
"
${
orders
[@]
}
"
do
...
...
@@ -128,10 +131,11 @@ echo
Seqlength = length($2) ;
print a[1]"\t"Seqlength > refseqs
}'
$out
/
$ref
".fasta_mod"
done
# regroup all samples
refseqALL
=
$out
/ALL_transcripts.ctgs
cat
$out
/
*
.ctgs
>
$refseqALL
cat
$out
/
*
.ctgs
>>
$refseqALL
done
# mapping successively every read sets on all transcripts.
#for (( k=0; k <i; k++ ))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment